Fix warning.
authorBen Laurie <ben@openssl.org>
Sun, 2 Jul 2006 14:43:21 +0000 (14:43 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 2 Jul 2006 14:43:21 +0000 (14:43 +0000)
ssl/ssl_ciph.c

index 9ad2a3d504213e60dc34acb10dd9c8b4f3d5e955..496b0d245bb393e59cc74e7fa169a5419c367da3 100644 (file)
@@ -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;