aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-04-19 18:30:41 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-04-19 18:30:41 +0000
commit28ded31b97c3b4fffdffe6ead65588664d901508 (patch)
tree884552a49ae40e936d06678de0bc12fff9bcb018 /crypto/engine
parent0fc07a0f9c6756b30fa369f9d618bd39c27bd0e1 (diff)
downloadopenssl-28ded31b97c3b4fffdffe6ead65588664d901508.zip
openssl-28ded31b97c3b4fffdffe6ead65588664d901508.tar.gz
openssl-28ded31b97c3b4fffdffe6ead65588664d901508.tar.bz2
More updates for the header cleanups (and apologies, again, for not having
consolidated these prior to committing).
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_openssl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c
index 4b9cc0a..5e20555 100644
--- a/crypto/engine/eng_openssl.c
+++ b/crypto/engine/eng_openssl.c
@@ -70,6 +70,9 @@
#include <openssl/pem.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
+#include <openssl/dh.h>
/* This testing gunk is implemented (and explained) lower down. It also assumes
* the application explicitly calls "ENGINE_load_openssl()" because this is no