Fix warning.

This commit is contained in:
Ben Laurie 2006-07-02 14:43:21 +00:00
parent 57e802656f
commit 616f581650

View 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;