From e36c5fc4f547ce62280e5a704d1f94189742ec65 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 10 Jun 2015 01:51:23 +0200 Subject: [PATCH] Make sure test/gost2814789test.c can see configuration macros test/gost2814789test.c needs to include openssl/e_os2.h or it wouldn't see the defined OPENSSL_NO_* macros. Reviewed-by: Tim Hudson --- test/gost2814789test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/gost2814789test.c b/test/gost2814789test.c index 4569249e9a..b2cd41fadc 100644 --- a/test/gost2814789test.c +++ b/test/gost2814789test.c @@ -8,6 +8,7 @@ * ==================================================================== */ #include +#include #if defined(OPENSSL_NO_ENGINE) || defined(OPENSSL_NO_GOST) int main(int argc, char *argv[]) -- 2.40.0