projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57e8026
)
Fix warning.
author
Ben Laurie
<ben@openssl.org>
Sun, 2 Jul 2006 14:43:21 +0000
(14:43 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sun, 2 Jul 2006 14:43:21 +0000
(14:43 +0000)
ssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_ciph.c
b/ssl/ssl_ciph.c
index 9ad2a3d504213e60dc34acb10dd9c8b4f3d5e955..496b0d245bb393e59cc74e7fa169a5419c367da3 100644
(file)
--- 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;