add ARGTYPE to crypt_build_settings

This commit is contained in:
Steffen Jaeckel 2017-08-01 14:21:11 +02:00
parent 541ab1c16c
commit 4805c89adb

View File

@ -378,6 +378,9 @@ const char *crypt_build_settings =
#endif
"\nVarious others: "
#if defined(ARGTYPE)
" " NAME_VALUE(ARGTYPE) " "
#endif
#if defined(LTC_ADLER32)
" ADLER32 "
#endif