From eb96cf48e35fa7028e903963e60266c3a5a69282 Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 16 May 2014 14:45:18 +0000 Subject: [PATCH] Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). From Brent Cook. --- regress/lib/libcrypto/rc4/rc4test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/regress/lib/libcrypto/rc4/rc4test.c b/regress/lib/libcrypto/rc4/rc4test.c index a0b08a63c33..c4d34b1a846 100644 --- a/regress/lib/libcrypto/rc4/rc4test.c +++ b/regress/lib/libcrypto/rc4/rc4test.c @@ -60,6 +60,7 @@ #include #include +#include #include #include -- 2.20.1