summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto.h
diff options
context:
space:
mode:
authorderaadt <>2014-04-13 23:50:03 +0000
committerderaadt <>2014-04-13 23:50:03 +0000
commitc25e862c375209c119ed7f44041371dc8f6488a8 (patch)
tree8c5e61a817d6313ee8515c77ba06b41ce16d7b2d /src/lib/libcrypto/crypto.h
parent8b4376c3ebaa81d1fc3bb4b652ee026559d79976 (diff)
downloadopenbsd-c25e862c375209c119ed7f44041371dc8f6488a8.tar.gz
openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.tar.bz2
openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.zip
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r--src/lib/libcrypto/crypto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index f92fc5182d..76bc5958c0 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -134,10 +134,6 @@
134#include <openssl/ebcdic.h> 134#include <openssl/ebcdic.h>
135#endif 135#endif
136 136
137/* Resolve problems on some operating systems with symbol names that clash
138 one way or another */
139#include <openssl/symhacks.h>
140
141#ifdef __cplusplus 137#ifdef __cplusplus
142extern "C" { 138extern "C" {
143#endif 139#endif