include engine.h if needed.

This commit is contained in:
Dr. Stephen Henson 2008-06-05 11:23:35 +00:00
parent a1411093f0
commit 56ef1cbc40

View File

@ -130,6 +130,9 @@
#ifndef OPENSSL_NO_DH #ifndef OPENSSL_NO_DH
#include <openssl/dh.h> #include <openssl/dh.h>
#endif #endif
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
const char *SSL_version_str=OPENSSL_VERSION_TEXT; const char *SSL_version_str=OPENSSL_VERSION_TEXT;