From 4805c89adb9118fc905aec5ff25a91aba35df6af Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 1 Aug 2017 14:21:11 +0200 Subject: [PATCH] add ARGTYPE to crypt_build_settings --- src/misc/crypt/crypt.c | 3 +++ 1 file changed, 3 insertions(+) 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