Include e_os.h from ec_lcl.h
authorRichard Levitte <levitte@openssl.org>
Tue, 8 Mar 2016 18:55:40 +0000 (19:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Mar 2016 18:55:40 +0000 (19:55 +0100)
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@openssl.org>
crypto/ec/ec_lcl.h

index e6a491451fc232a8cf46737cc6cdb838b984f583..15caf4ed0f7335a3be6a34b29cffec36e5abfe9d 100644 (file)
@@ -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)