Skip to content

Commit 7ec4188

Browse files
committed
Update crypt_build_settings
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent bdce3ee commit 7ec4188

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/misc/crypt/crypt.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,15 @@ const char *crypt_build_settings =
548548
" LTC_NO_ROLC "
549549
#endif
550550
#endif
551+
#if defined(LTC_HAVE_ROTATE_BUILTIN)
552+
" LTC_HAVE_ROTATE_BUILTIN "
553+
#endif
554+
#if defined(LTC_HAVE_CLZL_BUILTIN)
555+
" LTC_HAVE_CLZL_BUILTIN "
556+
#endif
557+
#if defined(LTC_HAVE_CTZL_BUILTIN)
558+
" LTC_HAVE_CTZL_BUILTIN "
559+
#endif
551560
#if defined(LTC_NO_TEST)
552561
" LTC_NO_TEST "
553562
#endif

0 commit comments

Comments
 (0)