1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

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
This commit is contained in:
Doug MacEachern
2002-03-12 22:08:23 +00:00
parent 47c4501000
commit e77f92b4e5

View File

@ -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();
}
/*