* bignum.h: Drop unreleted include of nettle-meta.h.
* pss.h: Include nettle-meta.h explicitly.
* eddsa-internal.h: Likewise.
+2019-12-28 Niels Möller <nisse@lysator.liu.se>
+
+ * bignum.h: Drop unreleted include of nettle-meta.h.
+ * pss.h: Include nettle-meta.h explicitly.
+ * eddsa-internal.h: Likewise.
+
2019-12-25 Niels Möller <nisse@lysator.liu.se>
Support for SHAKE256, based on patch by Daiki Ueno.
#ifndef NETTLE_BIGNUM_H_INCLUDED
#define NETTLE_BIGNUM_H_INCLUDED
-#include "nettle-meta.h"
-
#include "nettle-types.h"
/* For NETTLE_USE_MINI_GMP */
#define NETTLE_EDDSA_INTERNAL_H
#include "nettle-types.h"
+#include "nettle-meta.h"
#define _eddsa_compress _nettle_eddsa_compress
#define _eddsa_compress_itch _nettle_eddsa_compress_itch
#ifndef NETTLE_PSS_H_INCLUDED
#define NETTLE_PSS_H_INCLUDED
-#include "nettle-types.h"
+#include "nettle-meta.h"
#include "bignum.h"
#ifdef __cplusplus