summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-12-15 19:15:22 +0100
committerNiels Möller <nisse@lysator.liu.se>2013-12-15 19:15:22 +0100
commit62f2e2d01887fc6b1a954e3b143a8dd8b8f6a124 (patch)
tree5339cdb73ab95576ba29fb75f756ec1d602c5b67 /nettle-internal.h
parent53bcd6b4118c0cd9f2a95debc5897da9a3bb1381 (diff)
downloadnettle-62f2e2d01887fc6b1a954e3b143a8dd8b8f6a124.tar.gz
Deleted NETTLE_MAX_BIGNUM_BITS and NETTLE_MAX_BIGNUM_SIZE.
Diffstat (limited to 'nettle-internal.h')
-rw-r--r--nettle-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nettle-internal.h b/nettle-internal.h
index 10689d45..19e242c9 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -46,8 +46,6 @@
#endif
/* Arbitrary limits which apply to systems that don't have alloca */
-#define NETTLE_MAX_BIGNUM_BITS 10000
-#define NETTLE_MAX_BIGNUM_SIZE ((NETTLE_MAX_BIGNUM_BITS + 7)/8)
#define NETTLE_MAX_HASH_BLOCK_SIZE 128
#define NETTLE_MAX_HASH_DIGEST_SIZE 64
#define NETTLE_MAX_SEXP_ASSOC 17