+2014-06-25 Niels Möller <nisse@lysator.liu.se>
+
+ * der-iterator.c: Deleted HAVE_LIBGMP conditionals.
+
2014-06-07 Niels Möller <nisse@lysator.liu.se>
* Released nettle-3.0
#include <assert.h>
#include <stdlib.h>
-#if HAVE_LIBGMP
#include "bignum.h"
-#endif
#include "asn1.h"
return 1;
}
-#if HAVE_LIBGMP
+/* NOTE: This is the only function in this file which needs bignums.
+ One could split this file in two, one in libnettle and one in
+ libhogweed. */
int
asn1_der_get_bignum(struct asn1_der_iterator *i,
mpz_t x, unsigned max_bits)
return 1;
}
-#endif /* HAVE_LIBGMP */