diff options
| author | deraadt <> | 2014-04-13 23:50:03 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-04-13 23:50:03 +0000 |
| commit | c25e862c375209c119ed7f44041371dc8f6488a8 (patch) | |
| tree | 8c5e61a817d6313ee8515c77ba06b41ce16d7b2d /src/lib/libcrypto/ec/ec.h | |
| parent | 8b4376c3ebaa81d1fc3bb4b652ee026559d79976 (diff) | |
| download | openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.tar.gz openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.tar.bz2 openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.zip | |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ec/ec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index dfe8710d33..86f8c6820d 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h | |||
| @@ -83,7 +83,6 @@ | |||
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | #include <openssl/asn1.h> | 85 | #include <openssl/asn1.h> |
| 86 | #include <openssl/symhacks.h> | ||
| 87 | #ifndef OPENSSL_NO_DEPRECATED | 86 | #ifndef OPENSSL_NO_DEPRECATED |
| 88 | #include <openssl/bn.h> | 87 | #include <openssl/bn.h> |
| 89 | #endif | 88 | #endif |
