Commit b97c8c0e authored by Richard Levitte's avatar Richard Levitte
Browse files

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 <doctor@doctor.nl2k.ab.ca>

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 412a963c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@
#ifndef OPENSSL_NO_RC5

# include <openssl/evp.h>
# include <internal/evp_int.h>
# include <openssl/objects.h>
# include "evp_locl.h"
# include <openssl/rc5.h>