projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't use a ssl specific DRBG anymore
[openssl.git]
/
crypto
/
evp
/
evp_locl.h
diff --git
a/crypto/evp/evp_locl.h
b/crypto/evp/evp_locl.h
index
82b9433
..
209577b
100644
(file)
--- a/
crypto/evp/evp_locl.h
+++ b/
crypto/evp/evp_locl.h
@@
-39,7
+39,6
@@
struct evp_cipher_ctx_st {
int final_used;
int block_mask;
unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */
- RAND_DRBG *drbg;
} /* EVP_CIPHER_CTX */ ;
int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass,