summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-19 22:03:15 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-20 12:50:55 +0100
commit37f3a3b3276bba468d26c968e5c676aaf57ffd82 (patch)
treefc2f33ddce05305177622b99f2cd8882e6315f12 /crypto/evp/pmeth_lib.c
parent8f463dbddd67eb86b4fdf49893132fdcc6d219bc (diff)
make no-dh work
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/evp/pmeth_lib.c')
-rw-r--r--crypto/evp/pmeth_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 72a8c1a453..ae730e5354 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -61,7 +61,6 @@
#include <stdlib.h>
#include "internal/cryptlib.h"
#include <openssl/cmac.h>
-#include <openssl/dh.h>
#include <openssl/dsa.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>