make PK_MAX_RETRIES a config option

This commit is contained in:
Steffen Jaeckel
2017-09-21 13:52:17 +02:00
parent a278f72659
commit 342a10cc14
5 changed files with 11 additions and 6 deletions
+4 -1
View File
@@ -301,7 +301,7 @@ const char *crypt_build_settings =
" SOBER128\n"
#endif
"\nPK Algs:\n"
"\nPK Crypto:\n"
#if defined(LTC_MRSA)
" RSA"
#if defined(LTC_RSA_BLINDING) && defined(LTC_RSA_CRT_HARDENING)
@@ -329,6 +329,9 @@ const char *crypt_build_settings =
#if defined(LTC_MKAT)
" Katja\n"
#endif
#if defined(LTC_PK_MAX_RETRIES)
" "NAME_VALUE(LTC_PK_MAX_RETRIES)"\n"
#endif
"\nMPI (Math):\n"
#if defined(LTC_MPI)