Browse Source

add ARGTYPE to crypt_build_settings

Steffen Jaeckel 8 years ago
parent
commit
4805c89adb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/misc/crypt/crypt.c

+ 3 - 0
src/misc/crypt/crypt.c

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