Better position to print this info.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel 2026-04-30 09:34:30 +02:00
parent fdf0b60170
commit 9e446e665f

View file

@ -14,9 +14,6 @@ const char *crypt_build_settings =
"LibTomCrypt is public domain software.\n"
#if defined(INCLUDE_BUILD_DATE)
"Built on " __DATE__ " at " __TIME__ "\n\n"
#endif
#if defined(LTC_ARCH_X86)
"LTC_ARCH_X86\n"
#endif
"\nEndianness: "
#if defined(ENDIAN_NEUTRAL)
@ -438,6 +435,9 @@ const char *crypt_build_settings =
#if defined(LTC_PPC32)
" PPC32 detected.\n"
#endif
#if defined(LTC_ARCH_X86)
" LTC_ARCH_X86\n"
#endif
"\nVarious others: "
#if defined(ARGTYPE)