X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test_keyexpimp.c;h=0e61b6f43c3d0453331416278ecdfbc9cdbdf61a;hb=HEAD;hp=0fa549bf4bbfeddee0e5fda969ea19abbc38feac;hpb=ae5079bb87b16f6ac437e5dc5409c1f83f551cea;p=openssl-gost%2Fengine.git diff --git a/test_keyexpimp.c b/test_keyexpimp.c index 0fa549b..0e61b6f 100644 --- a/test_keyexpimp.c +++ b/test_keyexpimp.c @@ -5,6 +5,9 @@ * See https://www.openssl.org/source/license.html for details */ #ifdef _MSC_VER +# pragma warning(push, 3) +# include +# pragma warning(pop) # include # include #else