From: jsing Date: Fri, 16 May 2014 14:45:18 +0000 (+0000) Subject: Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=eb96cf48e35fa7028e903963e60266c3a5a69282;p=openbsd Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). From Brent Cook. --- 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