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/pkcs7 | |
| 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 'src/lib/libcrypto/pkcs7')
| -rw-r--r-- | src/lib/libcrypto/pkcs7/pkcs7.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h index e4d443193c..4476d61374 100644 --- a/src/lib/libcrypto/pkcs7/pkcs7.h +++ b/src/lib/libcrypto/pkcs7/pkcs7.h | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | #include <openssl/bio.h> | 63 | #include <openssl/bio.h> |
| 64 | #include <openssl/e_os2.h> | 64 | #include <openssl/e_os2.h> |
| 65 | 65 | ||
| 66 | #include <openssl/symhacks.h> | ||
| 67 | #include <openssl/ossl_typ.h> | 66 | #include <openssl/ossl_typ.h> |
| 68 | 67 | ||
| 69 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
