From db05b447a505398cd6230f5b9eb5d4b84ea0e10c Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 13 Apr 2013 23:03:31 +0200 Subject: [PATCH] Fix Windows linking error in GOST test case. --- engines/ccgost/gost2814789t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/ccgost/gost2814789t.c b/engines/ccgost/gost2814789t.c index 8b386b4f71..a59ac92409 100644 --- a/engines/ccgost/gost2814789t.c +++ b/engines/ccgost/gost2814789t.c @@ -1314,7 +1314,7 @@ int main(int argc, char *argv[]) /* * Internal function test on GostR3411_94_TestParamSet */ - #ifdef OPENSSL_NO_DYNAMIC_ENGINE + #if 0 && defined(OPENSSL_NO_DYNAMIC_ENGINE) { gost_ctx ctx; -- 2.25.1