The branch master has been updated
via b97c8c0ef235425b56a4313a4de1b80a0266cfb8 (commit)
from 412a963c5869d3e59ac753b93f6407947e21ca27 (commit)
- Log -----------------------------------------------------------------
commit b97c8c0ef235425b56a4313a4de1b80a0266cfb8
Author: Richard Levitte <[email protected]>
Date: Wed Jan 13 17:15:28 2016 +0100
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 <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
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 017a7ab..a97f2a0 100644
--- a/crypto/evp/e_rc5.c
+++ b/crypto/evp/e_rc5.c
@@ -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>
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits