X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=test%2Fecdsatest.c;h=ef3f54ca4e7dc64091e17679e21bd0c5643e611c;hb=bbb4ceb86eb6ea0300f744443c36fb6e980fff9d;hp=8a245b5d7421870faaee0c2ac0ac0a765c0584b7;hpb=f367ac2b2664df272aa1903c7650f0c64f539d28;p=openssl.git diff --git a/test/ecdsatest.c b/test/ecdsatest.c index 8a245b5d74..ef3f54ca4e 100644 --- a/test/ecdsatest.c +++ b/test/ecdsatest.c @@ -13,6 +13,7 @@ #include #include /* To see if OPENSSL_NO_EC is defined */ +# include "testutil.h" #ifndef OPENSSL_NO_EC @@ -26,7 +27,6 @@ # endif # include # include -# include "testutil.h" static const char rnd_seed[] = "string to make the random number generator think it has randomness"; @@ -394,6 +394,7 @@ static int test_builtin(void) return ret; } +#endif void register_tests(void) { @@ -406,4 +407,3 @@ void register_tests(void) ADD_TEST(test_builtin); #endif } -#endif