From 34ae53d22302f38240babab52f19d5556bfddc8b Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Mon, 30 Nov 2009 01:11:40 +0000 Subject: [PATCH] Sync --- org.gridsite.core/src/grst_x509.c | 1 - 1 file changed, 1 deletion(-) 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); -- 1.8.2.3