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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba714d9d45c154b2eb6d0b05df0d30659245b5d;p=thirdparty%2Fapache%2Fhttpd.git 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/modules/ssl@93878 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_init.c b/ssl_engine_init.c index add48c3d5e2..9bc3077318a 100644 --- a/ssl_engine_init.c +++ b/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(); } /*