]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_ciphers.c
MSVC: Fix 'no OPENSSL_Applink' error
[openssl-gost/engine.git] / test_ciphers.c
index 2e923a7853a9083a4eb7fdef9c86fbf2dff9c379..60384988e40f43a012ea93768ae5fbf887af18b6 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/provider.h>
 #include <openssl/evp.h>