From be77aa550ef0450b00eb62880d4d98112ba86e50 Mon Sep 17 00:00:00 2001 From: miod <> Date: Wed, 16 Apr 2014 19:54:20 +0000 Subject: - Why do we hide from the OpenSSL police, dad? - Because they're not like us, son. They use macros to wrap stdio routines, for an undocumented (OPENSSL_USE_APPLINK) use case, which only serves to obfuscate the code. ok tedu@ --- src/lib/libcrypto/cryptlib.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/libcrypto/cryptlib.h') diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index d1d7cfe80a..b3342232c7 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h @@ -65,11 +65,6 @@ #include "e_os.h" -#ifdef OPENSSL_USE_APPLINK -#define BIO_FLAGS_UPLINK 0x8000 -#include "ms/uplink.h" -#endif - #include #include #include -- cgit v1.2.3-55-g6feb