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:
c10e3f0
)
Initialise context before using it.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 6 Nov 2013 13:16:50 +0000
(13:16 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 6 Nov 2013 13:19:13 +0000
(13:19 +0000)
(cherry picked from commit
a4947e4e064d2d5bb622ac64cf13edc4a46ed196
)
crypto/evp/p5_crpt2.c
patch
|
blob
|
history
diff --git
a/crypto/evp/p5_crpt2.c
b/crypto/evp/p5_crpt2.c
index 9409a82327db3c5e7008708da7e50b826966547e..cf26085c1a20d6a3c404a3e6db92357547b22053 100644
(file)
--- a/
crypto/evp/p5_crpt2.c
+++ b/
crypto/evp/p5_crpt2.c
@@
-91,7
+91,7
@@
int PKCS5_PBKDF2_HMAC(const char *pass, int passlen,
if (mdlen < 0)
return 0;
- HMAC_CTX_init(&hctx);
+ HMAC_CTX_init(&hctx
_tpl
);
p = out;
tkeylen = keylen;
if(!pass)