Sync
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Mon, 30 Nov 2009 01:11:40 +0000 (01:11 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Mon, 30 Nov 2009 01:11:40 +0000 (01:11 +0000)
org.gridsite.core/src/grst_x509.c

index e20ca44..f2d856a 100644 (file)
@@ -1808,7 +1808,6 @@ int GRSTx509MakeProxyCert(char **proxychain, FILE *debugfp,
   /* go through chain making sure this proxy is not longer lived */
 
   pcinfo_obj = OBJ_txt2obj(GRST_PROXYCERTINFO_OID, 0);
-fprintf(stderr, "Make pcinfo_obj\n");
 
   notAfter = 
      GRSTasn1TimeToTimeT(ASN1_STRING_data(X509_get_notAfter(certs[0])), 0);