aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.h
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2017-10-15 01:24:12 +1100
committerMark Wright <gienah@gentoo.org>2017-11-04 13:48:36 +1100
commit7af808153dd34a980e027a04d4490ae38019b3ed (patch)
tree9aee4c990ab316b2caeb3404dc532c6972869925 /ext/openssl/ossl.h
parent819d7e5bed8695183607345f32092218e7e54194 (diff)
downloadruby-openssl-7af808153dd34a980e027a04d4490ae38019b3ed.tar.gz
Fix build failure against OpenSSL 1.1 built with no-deprecated
Thanks rhenium for the code review and fixes.
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r--ext/openssl/ossl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h
index f08889b2..5a15839c 100644
--- a/ext/openssl/ossl.h
+++ b/ext/openssl/ossl.h
@@ -35,6 +35,11 @@
#if !defined(OPENSSL_NO_OCSP)
# include <openssl/ocsp.h>
#endif
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
+#include <openssl/evp.h>
+#include <openssl/dh.h>
/*
* Common Module