1
0
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:
Graham Leggett
2008-04-06 14:05:27 +00:00
parent 9629de6078
commit 8ef6e5e3d9
2 changed files with 0 additions and 4 deletions

View File

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