diff --git a/src/misc/crypt/crypt.c b/src/misc/crypt/crypt.c index 1599ada..9ba7108 100644 --- a/src/misc/crypt/crypt.c +++ b/src/misc/crypt/crypt.c @@ -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