X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test_gost89.c;h=b14d5e4e04c3c59f3509aaac60657669667e2594;hb=eea1e27c2b49d7604df939aeefaa7f45a5519fc8;hp=cdba842210f94cb5dd8bd8ceb83a436ef2e40c64;hpb=d02ac6b47941f4b49fa70edad3419fa5a81eb284;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);