mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Remove option HAVE_LONGLONG
This commit is contained in:
parent
7b53889f05
commit
975d5fa206
6 changed files with 3 additions and 24 deletions
|
|
@ -39,9 +39,6 @@
|
|||
|
||||
static const char *features[] = {
|
||||
#if defined(MBEDTLS_VERSION_FEATURES)
|
||||
#if defined(MBEDTLS_HAVE_LONGLONG)
|
||||
"MBEDTLS_HAVE_LONGLONG",
|
||||
#endif /* MBEDTLS_HAVE_LONGLONG */
|
||||
#if defined(MBEDTLS_HAVE_ASM)
|
||||
"MBEDTLS_HAVE_ASM",
|
||||
#endif /* MBEDTLS_HAVE_ASM */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue