From: Dr. Stephen Henson Date: Mon, 8 Feb 1999 00:48:30 +0000 (+0000) Subject: Comment out def of currently unimplemented function to stop warning. X-Git-Tag: OpenSSL_0_9_2b~182 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=068197a70ca2f3a16a5cc71ef164ef54a31e63e5;p=oweals%2Fopenssl.git Comment out def of currently unimplemented function to stop warning. --- diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c index 410aa15b61..62d895de0d 100644 --- a/crypto/x509v3/v3_alt.c +++ b/crypto/x509v3/v3_alt.c @@ -67,7 +67,7 @@ #ifndef NOPROTO static STACK *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, STACK *gen); -static STACK *v2i_GENERAL_NAMES(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK *values); +/*static STACK *v2i_GENERAL_NAMES(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK *values);*/ #endif X509V3_EXT_METHOD v3_alt[] = {