Make things static that should be. Declare stuff in headers that should be.
[openssl.git] / ssl / ssl_ciph.c
index 47393c059133be00116b98c7d117550f329a908e..c85ea030fe820dc41fc39083d89f337c626180cb 100644 (file)
@@ -803,7 +803,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;