summaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-23 15:24:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-23 15:24:27 +0000
commit82ae57136b93ff8a39bc32a52d7b5fb41502a8c2 (patch)
tree39728f74d88d3f060bc992d3440f19637ec1f999 /crypto/dh
parent30baeaaeab4ea577c72d83009b0bfbf9d537df41 (diff)
Some no-ec fixes (not complete yet).
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dh_pmeth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/dh/dh_pmeth.c b/crypto/dh/dh_pmeth.c
index 392d30d166..5ae72b7d4c 100644
--- a/crypto/dh/dh_pmeth.c
+++ b/crypto/dh/dh_pmeth.c
@@ -59,7 +59,6 @@
#include "cryptlib.h"
#include <openssl/asn1t.h>
#include <openssl/x509.h>
-#include <openssl/rsa.h>
#include <openssl/evp.h>
#include <openssl/dh.h>
#include <openssl/bn.h>