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:
Pauli 2024-09-04 13:15:26 +10:00
parent a57c6f8492
commit ff157ee2f0
1 changed files with 1 additions and 1 deletions

View File

@ -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,