From 27af42f9ac7aa88006dd4cf73abda8abbf67e6d6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 23 Mar 2015 22:57:47 +0000 Subject: Move some EVP internals to evp_int.h Move EVP internals to evp_int.h, remove -Ievp hack from crypto/Makefile Reviewed-by: Matt Caswell --- crypto/dh/dh_pmeth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dh') diff --git a/crypto/dh/dh_pmeth.c b/crypto/dh/dh_pmeth.c index 668f5f3a87..5e3a5e3fef 100644 --- a/crypto/dh/dh_pmeth.c +++ b/crypto/dh/dh_pmeth.c @@ -67,7 +67,7 @@ # include #endif #include -#include "evp_locl.h" +#include "internal/evp_int.h" /* DH pkey context structure */ -- cgit v1.2.3