From: Andrew McNab Date: Mon, 30 Nov 2009 01:11:40 +0000 (+0000) Subject: Sync X-Git-Tag: glite-security-gsoap-plugin_R_2_0_2_1~5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=34ae53d22302f38240babab52f19d5556bfddc8b;p=jra1mw.git Sync --- diff --git a/org.gridsite.core/src/grst_x509.c b/org.gridsite.core/src/grst_x509.c index e20ca44..f2d856a 100644 --- a/org.gridsite.core/src/grst_x509.c +++ b/org.gridsite.core/src/grst_x509.c @@ -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);