X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test_keyexpimp.c;h=0e61b6f43c3d0453331416278ecdfbc9cdbdf61a;hb=1ca11da3479fcc98ed8343c9d83684a87a0ee052;hp=0fa549bf4bbfeddee0e5fda969ea19abbc38feac;hpb=a78aa26906bf544e7771c0af67fa074bd535ade9;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