[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Mar 8 18:59:58 UTC 2016


The branch master has been updated
       via  e519ecd8d420f0ad1b0c1cbcd003437470c675be (commit)
      from  049f365580a4f5dfa9ec6ed39238a87009fa32ce (commit)


- Log -----------------------------------------------------------------
commit e519ecd8d420f0ad1b0c1cbcd003437470c675be
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Mar 8 19:55:40 2016 +0100

    Include e_os.h from ec_lcl.h
    
    The EC code recently started using REF_PRINT_COUNT and REF_ASSERT_ISNT.
    Those are defined in e_os.h.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 crypto/ec/ec_lcl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h
index e6a4914..15caf4e 100644
--- a/crypto/ec/ec_lcl.h
+++ b/crypto/ec/ec_lcl.h
@@ -74,6 +74,8 @@
 #include <openssl/ec.h>
 #include <openssl/bn.h>
 
+#include "e_os.h"
+
 #if defined(__SUNPRO_C)
 # if __SUNPRO_C >= 0x520
 #  pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)


More information about the openssl-commits mailing list