Fix Windows linking error in GOST test case.

This commit is contained in:
Andy Polyakov 2013-04-13 23:03:31 +02:00
parent 3bdd80521a
commit db05b447a5

View 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;