]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
drbg: Fix typo
authorPauli <ppzgs1@gmail.com>
Wed, 4 Sep 2024 03:15:26 +0000 (13:15 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 18 Sep 2024 22:43:58 +0000 (08:43 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25415)

providers/implementations/rands/drbg_local.h

index b78c7fbf3c927ab9ce3f13f0ef5a65a6f8f82fde..428a65073e0fffc293fdad883e603ddbdc7e251a 100644 (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,