Change usage (--version) output to note when ASM isn't really being used.

This commit is contained in:
Wayne Davison
2022-02-21 16:39:16 -08:00
parent b3f1970f18
commit 26f4dbe12c
2 changed files with 43 additions and 35 deletions

View File

@@ -144,7 +144,7 @@ static void print_info_flags(enum logcode f)
#endif
"SIMD",
#ifndef HAVE_ASM
#if !defined HAVE_ASM || defined USE_OPENSSL
"no "
#endif
"asm",