From ff157ee2f0b081d9f2dc2e8f7780f34c1e7e1c4f Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 4 Sep 2024 13:15:26 +1000 Subject: drbg: Fix typo Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25415) --- providers/implementations/rands/drbg_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'providers') diff --git a/providers/implementations/rands/drbg_local.h b/providers/implementations/rands/drbg_local.h index b78c7fbf3c..428a65073e 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, -- cgit v1.2.3