summaryrefslogtreecommitdiffstats
path: root/lib/nettle/gnettle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gnettle.h')
-rw-r--r--lib/nettle/gnettle.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/nettle/gnettle.h b/lib/nettle/gnettle.h
new file mode 100644
index 0000000..f47569b
--- /dev/null
+++ b/lib/nettle/gnettle.h
@@ -0,0 +1,8 @@
+#ifndef GNUTLS_LIB_NETTLE_GNETTLE_H
+#define GNUTLS_LIB_NETTLE_GNETTLE_H
+
+#define PRIME_CHECK_PARAM 8
+#define TOMPZ(x) ((__mpz_struct*)(x))
+#define SIZEOF_MPZT sizeof(__mpz_struct)
+
+#endif /* GNUTLS_LIB_NETTLE_GNETTLE_H */