summaryrefslogtreecommitdiffstats
path: root/nss_engine_cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss_engine_cipher.c')
-rw-r--r--nss_engine_cipher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nss_engine_cipher.c b/nss_engine_cipher.c
index 258150a..5ea1f53 100644
--- a/nss_engine_cipher.c
+++ b/nss_engine_cipher.c
@@ -233,7 +233,6 @@ static int parse_openssl_ciphers(server_rec *s, char *ciphers, PRBool cipher_lis
* So we need to disable all the NULL ciphers too.
*/
int mask = SSL_aNULL | SSL_eNULL;
- PRBool enabled;
found = PR_TRUE;
for (i=0; i < ciphernum; i++) {
if (cipher_list[i] != -1)