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/bio/bio_lcl.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/lib/libcrypto/bio/bio_lcl.h (limited to 'src/lib/libcrypto/bio/bio_lcl.h') diff --git a/src/lib/libcrypto/bio/bio_lcl.h b/src/lib/libcrypto/bio/bio_lcl.h deleted file mode 100644 index cc89c1bf2d..0000000000 --- a/src/lib/libcrypto/bio/bio_lcl.h +++ /dev/null @@ -1,27 +0,0 @@ -#include - -#if BIO_FLAGS_UPLINK==0 -/* Shortcut UPLINK calls on most platforms... */ -#define UP_stdin stdin -#define UP_stdout stdout -#define UP_stderr stderr -#define UP_fprintf fprintf -#define UP_fgets fgets -#define UP_fread fread -#define UP_fwrite fwrite -#undef UP_fsetmod -#define UP_feof feof -#define UP_fclose fclose - -#define UP_fopen fopen -#define UP_fseek fseek -#define UP_ftell ftell -#define UP_fflush fflush -#define UP_ferror ferror -#define UP_fileno fileno -#define UP_open open -#define UP_read read -#define UP_write write -#define UP_lseek lseek -#define UP_close close -#endif -- cgit v1.2.3-55-g6feb