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/ec | |
parent | 95aad837b2565d053093ab11b553a9cf33aafa7e (diff) |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'lib/libcrypto/ec')
-rw-r--r-- | lib/libcrypto/ec/ec.h | 1 | ||||
-rw-r--r-- | lib/libcrypto/ec/ecp_oct.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/ec/ecp_smpl.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/ec/ec.h b/lib/libcrypto/ec/ec.h index dfe8710d330..86f8c6820d9 100644 --- a/lib/libcrypto/ec/ec.h +++ b/lib/libcrypto/ec/ec.h @@ -83,7 +83,6 @@ #endif #include <openssl/asn1.h> -#include <openssl/symhacks.h> #ifndef OPENSSL_NO_DEPRECATED #include <openssl/bn.h> #endif diff --git a/lib/libcrypto/ec/ecp_oct.c b/lib/libcrypto/ec/ecp_oct.c index 374a0ee731a..a06abbc8cd6 100644 --- a/lib/libcrypto/ec/ecp_oct.c +++ b/lib/libcrypto/ec/ecp_oct.c @@ -63,7 +63,6 @@ */ #include <openssl/err.h> -#include <openssl/symhacks.h> #include "ec_lcl.h" diff --git a/lib/libcrypto/ec/ecp_smpl.c b/lib/libcrypto/ec/ecp_smpl.c index 7cbb321f9aa..cd05fd12514 100644 --- a/lib/libcrypto/ec/ecp_smpl.c +++ b/lib/libcrypto/ec/ecp_smpl.c @@ -63,7 +63,6 @@ */ #include <openssl/err.h> -#include <openssl/symhacks.h> #ifdef OPENSSL_FIPS #include <openssl/fips.h> |