summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-11-06 09:38:43 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2018-11-10 14:06:34 +0100
commit2faf58a64f115ee5cadb4760af3d2671cd3e6045 (patch)
tree27e654eba374d34b340123d1b39d6c44ccfa1e0c
parent4151d1173f1937f64813222faca710410fe4ec14 (diff)
downloadgnutls-tmp-remove-gl-memxor.tar.gz
Unconditionally include nettle/memxor.htmp-remove-gl-memxor
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r--lib/gnutls_int.h5
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