mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Better position to print this info.
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
fdf0b60170
commit
9e446e665f
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue