After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 16:15:28 +0000 (17:15 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 16:46:07 +0000 (17:46 +0100)
commitb97c8c0ef235425b56a4313a4de1b80a0266cfb8
treebaf3450db9bee0ca81a99c6f5debcf49a272d0ad
parent412a963c5869d3e59ac753b93f6407947e21ca27
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>
crypto/evp/e_rc5.c