]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_context.c
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / test_context.c
index 293f921076b47745832ff473e1f43c1b0870415b..d9ef57926e11d20b640064495ed7a92a3d2c756a 100644 (file)
@@ -5,6 +5,11 @@
  * See https://www.openssl.org/source/license.html for details
  */
 
+#ifdef _MSC_VER
+# pragma warning(push, 3)
+# include <openssl/applink.c>
+# pragma warning(pop)
+#endif
 #include <openssl/engine.h>
 #include <openssl/evp.h>
 #include <openssl/rand.h>