From: Niels Möller Date: Mon, 7 Sep 2015 20:41:33 +0000 (+0200) Subject: Drop include of nettle-internal.h. X-Git-Tag: nettle_3.2_release_20160128~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d670de319f4329a36c29a71e995505eaff63d3;p=thirdparty%2Fnettle.git Drop include of nettle-internal.h. --- diff --git a/testsuite/rsa-sign-tr-test.c b/testsuite/rsa-sign-tr-test.c index debe4923..9e8e3cf5 100644 --- a/testsuite/rsa-sign-tr-test.c +++ b/testsuite/rsa-sign-tr-test.c @@ -1,6 +1,5 @@ #include "testutils.h" #include "knuth-lfib.h" -#include "nettle-internal.h" #define MSG1 ((uint8_t*)"None so blind as those who will not see") #define MSG2 ((uint8_t*)"Fortune knocks once at every man's door")