mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix the defaults, which currently override the config instead of default the config.
[Ruediger Pluem] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -326,10 +326,7 @@ static void *create_session_crypto_dir_config(apr_pool_t * p, char *dummy)
|
||||
|
||||
/* default cipher AES256-SHA */
|
||||
new->cipher = DEFAULT_CIPHER;
|
||||
new->cipher_set = 1;
|
||||
|
||||
new->digest = DEFAULT_DIGEST;
|
||||
new->digest_set = 1;
|
||||
|
||||
/* initialise SSL */
|
||||
apr_ssl_init();
|
||||
|
Reference in New Issue
Block a user