summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-13 23:50:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-13 23:50:03 +0000
commit20c3ed7358abad8fe9d1eb6581cb13e465b94342 (patch)
treec36d07c8760e2569903c8368f4d5ff493da82336 /lib/libcrypto/x509
parent95aad837b2565d053093ab11b553a9cf33aafa7e (diff)
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'lib/libcrypto/x509')
-rw-r--r--lib/libcrypto/x509/x509.h1
-rw-r--r--lib/libcrypto/x509/x509_vfy.h1
2 files changed, 0 insertions, 2 deletions
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 <openssl/e_os2.h>
-#include <openssl/symhacks.h>
#ifndef OPENSSL_NO_BUFFER
#include <openssl/buffer.h>
#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 <openssl/bio.h>
#include <openssl/crypto.h>
-#include <openssl/symhacks.h>
#ifdef __cplusplus
extern "C" {