diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 03963b39f..34749e2d3 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -15,6 +15,10 @@ #include #include +#include + +#ifndef YASSL_VERSION + #include #include #include @@ -25,7 +29,6 @@ #include #include #include -#include #include "testutil.h" @@ -332,7 +335,7 @@ int test(char *URL) return i; } - +#endif /* YASSL_VERSION */ #else /* USE_SSLEAY */ int test(char *URL)