1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Remove spurious parsing of the cipher parameter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Graham Leggett
2011-10-25 22:10:04 +00:00
parent d1919f95cf
commit 1211292e7f

View File

@@ -556,7 +556,6 @@ static const char *set_crypto_cipher(cmd_parms * cmd, void *config, const char *
{
session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config;
dconf->cipher = ap_getword_conf(cmd->pool, &cipher);
dconf->cipher = cipher;
dconf->cipher_set = 1;