summaryrefslogtreecommitdiff
path: root/eddsa-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-12-28 10:47:32 +0100
committerNiels Möller <nisse@lysator.liu.se>2019-12-28 10:58:45 +0100
commit43be59b25a5134363d2040fdc7b31ffbe5a8d308 (patch)
treeb5047666a9451b088972d5aca4f0475768052d46 /eddsa-internal.h
parent0e1108ba872a11e1cc9d55aecc1f564d9c265c7a (diff)
downloadnettle-43be59b25a5134363d2040fdc7b31ffbe5a8d308.tar.gz
Tweak includes of nettle-meta.h.
* bignum.h: Drop unreleted include of nettle-meta.h. * pss.h: Include nettle-meta.h explicitly. * eddsa-internal.h: Likewise.
Diffstat (limited to 'eddsa-internal.h')
-rw-r--r--eddsa-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eddsa-internal.h b/eddsa-internal.h
index abf02f48..f0d357f6 100644
--- a/eddsa-internal.h
+++ b/eddsa-internal.h
@@ -33,6 +33,7 @@
#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