Fix Windows linking error in GOST test case.
authorAndy Polyakov <appro@openssl.org>
Sat, 13 Apr 2013 21:03:31 +0000 (23:03 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 13 Apr 2013 21:03:31 +0000 (23:03 +0200)
engines/ccgost/gost2814789t.c

index 8b386b4f712d5a1d544d56c6ab6912f48724dcad..a59ac9240969ad300f4d96347f3d9aac57512b07 100644 (file)
@@ -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;