diff options
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 2eff31caff..3eece0278f 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -53,12 +53,7 @@ typedef int ssize_t; #endif #include <time.h> -#ifdef HAVE_LIBNETTLE #include <nettle/memxor.h> -#else -#include <gl/memxor.h> -#define memxor gl_memxor -#endif #define ENABLE_ALIGN16 |