From 51ff6bde38e51e5822233e59a703b27efd369410 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 18 May 2005 08:16:46 +0000 Subject: Engage Applink in mingw. Note that application-side module is not compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink]. --- crypto/cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/cryptlib.h') diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 9711f42e22..fc249c57f3 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -66,7 +66,7 @@ #ifdef OPENSSL_USE_APPLINK #define BIO_FLAGS_UPLINK 0x8000 -#include "uplink.h" +#include "ms/uplink.h" #endif #include -- cgit v1.2.3