projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412a963
)
After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h
author
Richard Levitte
<levitte@openssl.org>
Wed, 13 Jan 2016 16:15:28 +0000
(17:15 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 13 Jan 2016 16:46:07 +0000
(17:46 +0100)
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
patch
|
blob
|
history
diff --git
a/crypto/evp/e_rc5.c
b/crypto/evp/e_rc5.c
index 017a7abeb28ab85674b700c9c1958e8e6b858148..a97f2a08bd6b2647ffbe194eac2ac88b4e7861f7 100644
(file)
--- 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>