Move #include <nettle/memxor.h> from gnutls_int.h to lib/cipher.c, drop
now superfluous NETTLE_CFLAGS from CPPFLAGS of multiple tests #including
gnutls_int.h.
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
#include <state.h>
#include <random.h>
+#include <nettle/memxor.h>
+
static int encrypt_packet(gnutls_session_t session,
uint8_t * cipher_data, int cipher_size,
gnutls_datum_t * plain,
#endif
#include <time.h>
-#include <nettle/memxor.h>
-
#include "attribute.h"
#define ENABLE_ALIGN16
gnutls_record_overhead_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
ip_utils_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
endif
gc_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
mpi_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
atfork_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
pkcs12_s2k_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
name_constraints_merge_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
murmur3_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
tls13_anti_replay_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
- -I$(top_builddir)/gl \
- $(NETTLE_CFLAGS)
+ -I$(top_builddir)/gl
iov_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \