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:
b28fbdf
)
stop warning
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 14:56:27 +0000
(14:56 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 14:56:27 +0000
(14:56 +0000)
(backport from HEAD)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 48e99c501163ed70d6d038fe1a3692588260e9d2..25723d33a391b54452fd6d7cdf4cf975768e5b15 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-3025,7
+3025,7
@@
static int tls12_get_pkey_idx(unsigned char sig_alg)
static void tls1_lookup_sigalg(int *phash_nid, int *psign_nid,
int *psignhash_nid, const unsigned char *data)
{
- int sign_nid
, hash_nid
;
+ int sign_nid
= 0, hash_nid = 0
;
if (!phash_nid && !psign_nid && !psignhash_nid)
return;
if (phash_nid || psignhash_nid)