diff options
author | Graham Leggett <minfrin@apache.org> | 2011-11-25 21:43:08 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-11-25 21:43:08 +0000 |
commit | 6e132242c360a3bd3eaf260d95c8f75aae587a8b (patch) | |
tree | fa9284ac6b296501a1a81932fa5cdc0a7396619e /modules/session | |
parent | 24634602eb86ec4be1041918c4c6eddd98dffbce (diff) | |
download | httpd-6e132242c360a3bd3eaf260d95c8f75aae587a8b.tar.gz |
Remove unused variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/session')
-rw-r--r-- | modules/session/mod_session_crypto.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/session/mod_session_crypto.c b/modules/session/mod_session_crypto.c index a64582fed2..a85cdae6aa 100644 --- a/modules/session/mod_session_crypto.c +++ b/modules/session/mod_session_crypto.c @@ -239,7 +239,6 @@ static apr_status_t decrypt_string(request_rec * r, const apr_crypto_t *f, apr_size_t decodedlen; char *decoded; apr_size_t blockSize = 0; - apr_uuid_t salt; apr_crypto_block_key_type_e *cipher; int i = 0; @@ -540,8 +539,6 @@ static const char *set_crypto_driver(cmd_parms * cmd, void *config, const char * static const char *set_crypto_passphrase(cmd_parms * cmd, void *config, const char *arg) { - char *word, *val; - int passphrase_set = 0; const char **passphrase; session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config; |