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:
0e2c7b3
)
Initialise alg_k and alg_a
author
Richard Levitte
<levitte@openssl.org>
Thu, 2 Feb 2017 22:45:38 +0000
(23:45 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 2 Feb 2017 22:45:38 +0000
(23:45 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2543)
ssl/s3_lib.c
patch
|
blob
|
history
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index de771a21f09fefe008d9b219b4f61d6787361830..0d8421032f2750c8faf251f9355e597e4855a66a 100644
(file)
--- a/
ssl/s3_lib.c
+++ b/
ssl/s3_lib.c
@@
-3581,7
+3581,7
@@
const SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
const SSL_CIPHER *c, *ret = NULL;
STACK_OF(SSL_CIPHER) *prio, *allow;
int i, ii, ok;
- unsigned long alg_k
, alg_a
, mask_k, mask_a;
+ unsigned long alg_k
= 0, alg_a = 0
, mask_k, mask_a;
/* Let's see which ciphers we can support */