[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Jan 13 16:46:46 UTC 2016


The branch master has been updated
       via  b97c8c0ef235425b56a4313a4de1b80a0266cfb8 (commit)
      from  412a963c5869d3e59ac753b93f6407947e21ca27 (commit)


- Log -----------------------------------------------------------------
commit b97c8c0ef235425b56a4313a4de1b80a0266cfb8
Author: Richard Levitte <levitte at openssl.org>
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 <doctor at doctor.nl2k.ab.ca>
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

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>


More information about the openssl-commits mailing list