From: Richard Levitte Date: Wed, 13 Jan 2016 16:15:28 +0000 (+0100) Subject: After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h X-Git-Tag: OpenSSL_1_1_0-pre2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b97c8c0ef235425b56a4313a4de1b80a0266cfb8;p=oweals%2Fopenssl.git After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h We missed this one because rc5 is disabled by default. Notified by The Doctor Reviewed-by: Rich Salz --- diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c index 017a7abeb2..a97f2a08bd 100644 --- a/crypto/evp/e_rc5.c +++ b/crypto/evp/e_rc5.c @@ -62,6 +62,7 @@ #ifndef OPENSSL_NO_RC5 # include +# include # include # include "evp_locl.h" # include