summaryrefslogtreecommitdiffstats
path: root/providers
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2024-09-04 05:15:26 +0200
committerPauli <ppzgs1@gmail.com>2024-09-19 00:43:58 +0200
commitff157ee2f0b081d9f2dc2e8f7780f34c1e7e1c4f (patch)
treee4e5bff02118739a41ba3eef41cbfa2f3accdfc7 /providers
parentDon't restrict what EVP_PKEY_Q_keygen can be used for (diff)
downloadopenssl-ff157ee2f0b081d9f2dc2e8f7780f34c1e7e1c4f.tar.xz
openssl-ff157ee2f0b081d9f2dc2e8f7780f34c1e7e1c4f.zip
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)
Diffstat (limited to 'providers')
-rw-r--r--providers/implementations/rands/drbg_local.h2
1 files changed, 1 insertions, 1 deletions
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,