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:
@ -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();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user