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


- Log -----------------------------------------------------------------
commit e519ecd8d420f0ad1b0c1cbcd003437470c675be
Author: Richard Levitte <[email protected]>
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 <[email protected]>

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

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)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to