From 15eb7b6875e5d717c1bb47a4e6022fd8a9fa3adb Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:03:05 +0100 Subject: Fix typos found by codespell Reviewed-by: Todd Short Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24013) --- providers/implementations/rands/drbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'providers') diff --git a/providers/implementations/rands/drbg.c b/providers/implementations/rands/drbg.c index 46a056bc2a..3e88e7d064 100644 --- a/providers/implementations/rands/drbg.c +++ b/providers/implementations/rands/drbg.c @@ -31,7 +31,7 @@ * * The OpenSSL model is to have new and free functions, and that new * does all initialization. That is not the NIST model, which has - * instantiation and un-instantiate, and re-use within a new/free + * instantiation and un-instantiate, and reuse within a new/free * lifecycle. (No doubt this comes from the desire to support hardware * DRBG, where allocation of resources on something like an HSM is * a much bigger deal than just re-setting an allocated resource.) -- cgit v1.2.3