From: Pauli Date: Wed, 4 Sep 2024 03:15:26 +0000 (+1000) Subject: drbg: Fix typo X-Git-Tag: openssl-3.5.0-alpha1~1104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff157ee2f0b081d9f2dc2e8f7780f34c1e7e1c4f;p=thirdparty%2Fopenssl.git drbg: Fix typo Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25415) --- diff --git a/providers/implementations/rands/drbg_local.h b/providers/implementations/rands/drbg_local.h index b78c7fbf3c9..428a65073e0 100644 --- a/providers/implementations/rands/drbg_local.h +++ b/providers/implementations/rands/drbg_local.h @@ -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,