Updated showx509exts.c
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Wed, 1 Sep 2010 16:45:45 +0000 (16:45 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Wed, 1 Sep 2010 16:45:45 +0000 (16:45 +0000)
org.gridsite.core/src/showx509exts.c

index 35fa810..0f41f2c 100644 (file)
@@ -39,7 +39,7 @@ main()
 //   seed_prng();
    
 //   fp = fopen("proxy-with-voms", "r");
-   fp = fopen("/tmp/x509up_u300", "r");
+   fp = fopen("/tmp/x509up_u13090", "r");
    
    cert = PEM_read_X509(fp, NULL, NULL, NULL);