From ea9d79c4cd69bfc81e564708ee81e8e5285d79e2 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 09:16:08 +0000 Subject: Almost nothing actually needs to include , however by including it they get . So instead of pulling in , just pull in . "go ahead" miod@ --- src/lib/libcrypto/dsa/dsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/dsa/dsa.h') diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index a6f6d0b0b2..c871499201 100644 --- a/src/lib/libcrypto/dsa/dsa.h +++ b/src/lib/libcrypto/dsa/dsa.h @@ -65,7 +65,7 @@ #ifndef HEADER_DSA_H #define HEADER_DSA_H -#include +#include #ifdef OPENSSL_NO_DSA #error DSA is disabled. -- cgit v1.2.3-55-g6feb