diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-13 23:50:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-13 23:50:03 +0000 |
commit | 20c3ed7358abad8fe9d1eb6581cb13e465b94342 (patch) | |
tree | c36d07c8760e2569903c8368f4d5ff493da82336 /lib/libcrypto/ts | |
parent | 95aad837b2565d053093ab11b553a9cf33aafa7e (diff) |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'lib/libcrypto/ts')
-rw-r--r-- | lib/libcrypto/ts/ts.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypto/ts/ts.h b/lib/libcrypto/ts/ts.h index 190e8a1bf2b..88e0111453f 100644 --- a/lib/libcrypto/ts/ts.h +++ b/lib/libcrypto/ts/ts.h @@ -60,7 +60,6 @@ #define HEADER_TS_H #include <openssl/opensslconf.h> -#include <openssl/symhacks.h> #ifndef OPENSSL_NO_BUFFER #include <openssl/buffer.h> #endif @@ -86,9 +85,6 @@ #include <openssl/dh.h> #endif -#include <openssl/evp.h> - - #ifdef __cplusplus extern "C" { #endif |