Browse Source

Update `crypt_build_settings`

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel 1 month ago
parent
commit
f8c319ee6e
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/misc/crypt/crypt.c

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

@@ -548,6 +548,15 @@ const char *crypt_build_settings =
     " LTC_NO_ROLC "
     " LTC_NO_ROLC "
 #endif
 #endif
 #endif
 #endif
+#if defined(LTC_HAVE_ROTATE_BUILTIN)
+    " LTC_HAVE_ROTATE_BUILTIN "
+#endif
+#if defined(LTC_HAVE_CLZL_BUILTIN)
+    " LTC_HAVE_CLZL_BUILTIN "
+#endif
+#if defined(LTC_HAVE_CTZL_BUILTIN)
+    " LTC_HAVE_CTZL_BUILTIN "
+#endif
 #if defined(LTC_NO_TEST)
 #if defined(LTC_NO_TEST)
     " LTC_NO_TEST "
     " LTC_NO_TEST "
 #endif
 #endif