瀏覽代碼

add ARGTYPE to crypt_build_settings

Steffen Jaeckel 8 年之前
父節點
當前提交
4805c89adb
共有 1 個文件被更改,包括 3 次插入0 次删除
  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
 
     "\nVarious others: "
+#if defined(ARGTYPE)
+    " " NAME_VALUE(ARGTYPE) " "
+#endif
 #if defined(LTC_ADLER32)
     " ADLER32 "
 #endif