From: Ben Laurie Date: Sun, 2 Jul 2006 14:43:21 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL_0_9_8c~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=616f58165004293bd243f113df3e2f0820ee8a11;p=oweals%2Fopenssl.git Fix warning. --- diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 9ad2a3d504..496b0d245b 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -745,7 +745,7 @@ static int ssl_cipher_process_rulestr(const char *rule_str, unsigned long algorithms, mask, algo_strength, mask_strength; const char *l, *start, *buf; int j, multi, found, rule, retval, ok, buflen; - unsigned long cipher_id; + unsigned long cipher_id = 0; char ch; retval = 1;