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: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-01-13 17:15:28 +01:00
parent 412a963c58
commit b97c8c0ef2

View File

@ -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>