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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user