aboutsummaryrefslogtreecommitdiffstats
path: root/engines/ccgost
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-04-13 23:03:31 +0200
committerAndy Polyakov <appro@openssl.org>2013-04-13 23:03:31 +0200
commitdb05b447a505398cd6230f5b9eb5d4b84ea0e10c (patch)
treee1d66043769821961516e720a0160758602f1d1f /engines/ccgost
parent3bdd80521a81d50ade4214053cd9b293f920a77b (diff)
downloadopenssl-db05b447a505398cd6230f5b9eb5d4b84ea0e10c.tar.gz
Fix Windows linking error in GOST test case.
Diffstat (limited to 'engines/ccgost')
-rw-r--r--engines/ccgost/gost2814789t.c2
1 files changed, 1 insertions, 1 deletions
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;