mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Add
SSL_SECURE_RENEG variable to indicate support for secure reneg. * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup_vars): Export SSL_SECURE_RENEG in the default set of variable.s git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1080,6 +1080,7 @@ static const char *ssl_hook_Fixup_vars[] = {
|
||||
"SSL_VERSION_INTERFACE",
|
||||
"SSL_VERSION_LIBRARY",
|
||||
"SSL_PROTOCOL",
|
||||
"SSL_SECURE_RENEG",
|
||||
"SSL_COMPRESS_METHOD",
|
||||
"SSL_CIPHER",
|
||||
"SSL_CIPHER_EXPORT",
|
||||
|
Reference in New Issue
Block a user