From: Andy Polyakov Date: Sat, 13 Apr 2013 21:03:31 +0000 (+0200) Subject: Fix Windows linking error in GOST test case. X-Git-Tag: master-post-reformat~1326 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=db05b447a505398cd6230f5b9eb5d4b84ea0e10c;ds=sidebyside Fix Windows linking error in GOST test case. --- 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;