Remove support for HAVE_INT8 and HAVE_INT16
This commit is contained in:
parent
b31424c86a
commit
7b53889f05
7 changed files with 36 additions and 138 deletions
|
@ -39,12 +39,6 @@
|
|||
|
||||
static const char *features[] = {
|
||||
#if defined(MBEDTLS_VERSION_FEATURES)
|
||||
#if defined(MBEDTLS_HAVE_INT8)
|
||||
"MBEDTLS_HAVE_INT8",
|
||||
#endif /* MBEDTLS_HAVE_INT8 */
|
||||
#if defined(MBEDTLS_HAVE_INT16)
|
||||
"MBEDTLS_HAVE_INT16",
|
||||
#endif /* MBEDTLS_HAVE_INT16 */
|
||||
#if defined(MBEDTLS_HAVE_LONGLONG)
|
||||
"MBEDTLS_HAVE_LONGLONG",
|
||||
#endif /* MBEDTLS_HAVE_LONGLONG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue