aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-04-19 18:09:28 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-04-19 18:09:28 +0000
commit60a938c6bca4c0890ed2d320e29fb43c970094d5 (patch)
treeb4d6fa7ae1a0c24e30e9ef5edcec0d5a88fd9f5f /ssl/ssl_lib.c
parent3a87a9b9db07f8d3c6d9aa7f20e01f053007a703 (diff)
downloadopenssl-60a938c6bca4c0890ed2d320e29fb43c970094d5.zip
openssl-60a938c6bca4c0890ed2d320e29fb43c970094d5.tar.gz
openssl-60a938c6bca4c0890ed2d320e29fb43c970094d5.tar.bz2
(oops) Apologies all, that last header-cleanup commit was from the wrong
tree. This further reduces header interdependencies, and makes some associated cleanups.
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index b7b2e40..7da3dda 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -125,6 +125,7 @@
#include <openssl/objects.h>
#include <openssl/lhash.h>
#include <openssl/x509v3.h>
+#include <openssl/dh.h>
const char *SSL_version_str=OPENSSL_VERSION_TEXT;