X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test_gost89.c;h=b14d5e4e04c3c59f3509aaac60657669667e2594;hb=5dc8f91c186d88a74493c229c7afbf3eb40599a8;hp=cdba842210f94cb5dd8bd8ceb83a436ef2e40c64;hpb=9b3fe585952cddaf6381f0ff54aa02dd1320f717;p=openssl-gost%2Fengine.git diff --git a/test_gost89.c b/test_gost89.c index cdba842..b14d5e4 100644 --- a/test_gost89.c +++ b/test_gost89.c @@ -7,6 +7,11 @@ * No OpenSSL libraries required to compile and use * * this code * **********************************************************************/ +#ifdef _MSC_VER +# pragma warning(push, 3) +# include +# pragma warning(pop) +#endif #include #include "gost89.h" #include @@ -58,7 +63,7 @@ int main(void) if (memcmp(meshed_key, buf, 32)) { fprintf(stderr, "Magma meshing failed"); - ret = 1; + ret = 1; } acpkm_magma_key_meshing(&ctx);