Upgrade libtomcrypt
This commit is contained in:
parent
d770dd8df3
commit
acc69bb8ad
157 changed files with 922 additions and 761 deletions
|
|
@ -548,6 +548,15 @@ const char *crypt_build_settings =
|
|||
" LTC_NO_ROLC "
|
||||
#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)
|
||||
" LTC_NO_TEST "
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue