From b97c8c0ef235425b56a4313a4de1b80a0266cfb8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 13 Jan 2016 17:15:28 +0100 Subject: [PATCH] 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 --- crypto/evp/e_rc5.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1