From 20c3ed7358abad8fe9d1eb6581cb13e465b94342 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 13 Apr 2014 23:50:03 +0000 Subject: Cope with the removal of openssl/symhacks.h --- lib/libcrypto/x509/x509.h | 1 - lib/libcrypto/x509/x509_vfy.h | 1 - 2 files changed, 2 deletions(-) (limited to 'lib/libcrypto/x509') diff --git a/lib/libcrypto/x509/x509.h b/lib/libcrypto/x509/x509.h index 092dd7450d3..121847b2449 100644 --- a/lib/libcrypto/x509/x509.h +++ b/lib/libcrypto/x509/x509.h @@ -65,7 +65,6 @@ #define HEADER_X509_H #include -#include #ifndef OPENSSL_NO_BUFFER #include #endif diff --git a/lib/libcrypto/x509/x509_vfy.h b/lib/libcrypto/x509/x509_vfy.h index fe09b30aaa6..1766e3cd219 100644 --- a/lib/libcrypto/x509/x509_vfy.h +++ b/lib/libcrypto/x509/x509_vfy.h @@ -71,7 +71,6 @@ #endif #include #include -#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3