summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_ext.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-06-07 13:14:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-06-07 13:14:42 +0000
commit3c07d3a3d32aefaeebde24fdf8f046a8bce33b3c (patch)
treea72f0631938984214aeeba2ccdad4f58d0bc2e2c /crypto/ocsp/ocsp_ext.c
parent1d1a64653cef9a9793c391e629a718b69b35fe3a (diff)
Finish gcc 4.2 changes.
Diffstat (limited to 'crypto/ocsp/ocsp_ext.c')
-rw-r--r--crypto/ocsp/ocsp_ext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ocsp/ocsp_ext.c b/crypto/ocsp/ocsp_ext.c
index 2c342817ea..ec884cb08f 100644
--- a/crypto/ocsp/ocsp_ext.c
+++ b/crypto/ocsp/ocsp_ext.c
@@ -264,7 +264,7 @@ int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc)
}
/* also CRL Entry Extensions */
-
+#if 0
ASN1_STRING *ASN1_STRING_encode(ASN1_STRING *s, i2d_of_void *i2d,
void *data, STACK_OF(ASN1_OBJECT) *sk)
{
@@ -305,6 +305,7 @@ err:
if (b) OPENSSL_free(b);
return NULL;
}
+#endif
/* Nonce handling functions */