Remove option HAVE_LONGLONG

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-09 17:13:45 +02:00
parent 7b53889f05
commit 975d5fa206
6 changed files with 3 additions and 24 deletions

View file

@ -240,9 +240,6 @@
#if defined MBEDTLS_HAVE_ASM
#define POLARSSL_HAVE_ASM MBEDTLS_HAVE_ASM
#endif
#if defined MBEDTLS_HAVE_LONGLONG
#define POLARSSL_HAVE_LONGLONG MBEDTLS_HAVE_LONGLONG
#endif
#if defined MBEDTLS_HAVE_SSE2
#define POLARSSL_HAVE_SSE2 MBEDTLS_HAVE_SSE2
#endif