improve some error and informational output

This commit is contained in:
Steffen Jaeckel
2014-07-12 16:44:28 +02:00
parent 79bc7ef2e5
commit 8c488289f0
3 changed files with 24 additions and 19 deletions
+11 -7
View File
@@ -269,7 +269,7 @@ const char *crypt_build_settings =
#if defined(LTC_MRSA)
" RSA"
#if defined(LTC_RSA_BLINDING)
" (with blinding)"
" (with blinding)"
#endif
"\n"
#endif
@@ -277,7 +277,11 @@ const char *crypt_build_settings =
" DH\n"
#endif
#if defined(LTC_MECC)
" ECC\n"
" ECC"
#if defined(LTC_ECC_TIMING_RESISTANT)
" (with blinding)"
#endif
"\n"
#endif
#if defined(LTC_MDSA)
" DSA\n"
@@ -301,12 +305,12 @@ const char *crypt_build_settings =
#endif
#if defined(__clang_version__)
" Clang compiler " __clang_version__ ".\n"
#elif defined(__GNUC__) /* clang also defines __GNUC__ */
" GCC compiler detected.\n"
#endif
#if defined(INTEL_CC)
" Intel C Compiler detected.\n"
#elif defined(INTEL_CC)
" Intel C Compiler " __VERSION__ ".\n"
#elif defined(__GNUC__) /* clang and icc also define __GNUC__ */
" GCC compiler " __VERSION__ ".\n"
#endif
#if defined(__x86_64__)
" x86-64 detected.\n"
#endif