summaryrefslogtreecommitdiff
path: root/crypto/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/info.c')
-rw-r--r--crypto/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/info.c b/crypto/info.c
index 3a70b1596d..b4c9afd36b 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__