diff options
author | deraadt <> | 2014-04-13 23:50:03 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-13 23:50:03 +0000 |
commit | 5389926124ee089503d54f4ca8b9a3c01ebf3397 (patch) | |
tree | 8c5e61a817d6313ee8515c77ba06b41ce16d7b2d /src/lib/libcrypto/ec/ecp_oct.c | |
parent | cda33257f58f8db3c1ca537b69068295429016a8 (diff) | |
download | openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.tar.gz openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.tar.bz2 openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.zip |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_oct.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_oct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ecp_oct.c b/src/lib/libcrypto/ec/ecp_oct.c index 374a0ee731..a06abbc8cd 100644 --- a/src/lib/libcrypto/ec/ecp_oct.c +++ b/src/lib/libcrypto/ec/ecp_oct.c | |||
@@ -63,7 +63,6 @@ | |||
63 | */ | 63 | */ |
64 | 64 | ||
65 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
66 | #include <openssl/symhacks.h> | ||
67 | 66 | ||
68 | #include "ec_lcl.h" | 67 | #include "ec_lcl.h" |
69 | 68 | ||