info.c: Fix typos in seed macro name and description string

Fixes: #19996

CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20001)
This commit is contained in:
Greg McLearn 2023-01-06 03:40:04 -05:00 committed by Tomas Mraz
parent 4b65d79d71
commit 9c3de01512
1 changed files with 2 additions and 2 deletions

View File

@ -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__