diff options
author | 2014-04-13 23:50:02 +0000 | |
---|---|---|
committer | 2014-04-13 23:50:02 +0000 | |
commit | fbf3fa919645e88222e3dcf0a2cea48b0651d0f1 (patch) | |
tree | e1a228a69237c957ca7c8de9e4da191fdc681e1b /lib/libssl/src/crypto/engine/engine.h | |
parent | Remove various horrible socket syscall wrappers, especially SHUTDOWN* (diff) | |
download | wireguard-openbsd-fbf3fa919645e88222e3dcf0a2cea48b0651d0f1.tar.xz wireguard-openbsd-fbf3fa919645e88222e3dcf0a2cea48b0651d0f1.zip |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'lib/libssl/src/crypto/engine/engine.h')
-rw-r--r-- | lib/libssl/src/crypto/engine/engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/engine/engine.h b/lib/libssl/src/crypto/engine/engine.h index 05e13578bd7..e9478dd12fb 100644 --- a/lib/libssl/src/crypto/engine/engine.h +++ b/lib/libssl/src/crypto/engine/engine.h @@ -93,7 +93,6 @@ #endif #include <openssl/ossl_typ.h> -#include <openssl/symhacks.h> #include <openssl/x509.h> |