]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests/prime-check: don't include gmp.h
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Wed, 29 Apr 2020 17:43:23 +0000 (20:43 +0300)
committerDmitry Baryshkov <dbaryshkov@gmail.com>
Thu, 30 Apr 2020 10:23:03 +0000 (13:23 +0300)
Do not include gmp.h header, <nettle/bignum.h> conflicts with it in
mini-gmp configuration and includes this header on it's own in
non-mini-gmp config.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
tests/suite/prime-check.c

index 3d6429c6e1b4cbd807a8c93b904e34b4c33d68fb..1e3ef7538b111a0b219bd54204f0b9ab861f2a6b 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include <nettle/bignum.h>
-#include <gmp.h>
 #include <gnutls/gnutls.h>
 #include <assert.h>