Skip to content

Commit 4805c89

Browse files
committed
add ARGTYPE to crypt_build_settings
1 parent 541ab1c commit 4805c89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/misc/crypt/crypt.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@ const char *crypt_build_settings =
378378
#endif
379379

380380
"\nVarious others: "
381+
#if defined(ARGTYPE)
382+
" " NAME_VALUE(ARGTYPE) " "
383+
#endif
381384
#if defined(LTC_ADLER32)
382385
" ADLER32 "
383386
#endif

0 commit comments

Comments
 (0)