diff options
| author | miod <> | 2014-04-16 19:54:20 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-16 19:54:20 +0000 |
| commit | be77aa550ef0450b00eb62880d4d98112ba86e50 (patch) | |
| tree | 799ff7dd46104d5141090fe09459d15d959fc827 /src/lib/libcrypto/cryptlib.h | |
| parent | 5fb0ca0ddf59f49b49200128095fb2d4a1577020 (diff) | |
| download | openbsd-be77aa550ef0450b00eb62880d4d98112ba86e50.tar.gz openbsd-be77aa550ef0450b00eb62880d4d98112ba86e50.tar.bz2 openbsd-be77aa550ef0450b00eb62880d4d98112ba86e50.zip | |
- 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@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/cryptlib.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ | |||
| 65 | 65 | ||
| 66 | #include "e_os.h" | 66 | #include "e_os.h" |
| 67 | 67 | ||
| 68 | #ifdef OPENSSL_USE_APPLINK | ||
| 69 | #define BIO_FLAGS_UPLINK 0x8000 | ||
| 70 | #include "ms/uplink.h" | ||
| 71 | #endif | ||
| 72 | |||
| 73 | #include <openssl/crypto.h> | 68 | #include <openssl/crypto.h> |
| 74 | #include <openssl/buffer.h> | 69 | #include <openssl/buffer.h> |
| 75 | #include <openssl/bio.h> | 70 | #include <openssl/bio.h> |
