From: Greg McLearn Date: Fri, 6 Jan 2023 08:40:04 +0000 (-0500) Subject: info.c: Fix typos in seed macro name and description string X-Git-Tag: openssl-3.2.0-alpha1~1544 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c3de015121fb4ebbecccfbbda9eed8d4a3cb2d5;p=thirdparty%2Fopenssl.git info.c: Fix typos in seed macro name and description string Fixes: #19996 CLA: trivial Reviewed-by: Hugo Landau Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20001) --- diff --git a/crypto/info.c b/crypto/info.c index 3a70b1596d7..b4c9afd36b5 100644 --- a/crypto/info.c +++ b/crypto/info.c @@ -131,8 +131,8 @@ DEFINE_RUN_ONCE_STATIC(init_info_strings) #ifdef OPENSSL_RAND_SEED_NONE add_seeds_string("none"); #endif -#ifdef OPENSSL_RAND_SEED_RTDSC - add_seeds_string("stdsc"); +#ifdef OPENSSL_RAND_SEED_RDTSC + add_seeds_string("rdtsc"); #endif #ifdef OPENSSL_RAND_SEED_RDCPU # ifdef __aarch64__