From: Doug MacEachern Date: Tue, 12 Mar 2002 22:08:23 +0000 (+0000) Subject: remove call to legacy X509V3_add_standard_extensions() function, X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a403c34a3a259d6ad19714fb003cec43ce17f138;p=apache remove call to legacy X509V3_add_standard_extensions() function, not needed with OpenSSL 0.9.6+ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93878 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index add48c3d5e..9bc3077318 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -117,7 +117,6 @@ static void ssl_init_SSLLibrary(server_rec *s) CRYPTO_malloc_init(); SSL_load_error_strings(); SSL_library_init(); - X509V3_add_standard_extensions(); } /*