Commit 3c449a6a authored by Graham Leggett's avatar Graham Leggett
Browse files

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
parent 4209620a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;