Remove unused variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1206340 13f79535-47bb-0310-9956-
ffa450edef68
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;
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;