mirror of https://github.com/openssl/openssl.git
drbg: Fix typo
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25415)
This commit is contained in:
parent
a57c6f8492
commit
ff157ee2f0
|
|
@ -70,7 +70,7 @@ struct prov_drbg_st {
|
|||
CRYPTO_RWLOCK *lock;
|
||||
PROV_CTX *provctx;
|
||||
|
||||
/* Virtual functions are cache here */
|
||||
/* Virtual functions are cached here */
|
||||
int (*instantiate)(PROV_DRBG *drbg,
|
||||
const unsigned char *entropy, size_t entropylen,
|
||||
const unsigned char *nonce, size_t noncelen,
|
||||
|
|
|
|||
Loading…
Reference in New Issue