Loading crypto/ec/ec.h +8 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,10 @@ #ifdef __cplusplus extern "C" { #elif defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 # pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) # endif #endif Loading Loading @@ -501,5 +505,9 @@ void ERR_load_EC_strings(void); #ifdef __cplusplus } #elif defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 # pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) # endif #endif #endif crypto/ec/ec_lcl.h +5 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,11 @@ #include <openssl/obj_mac.h> #include <openssl/ec.h> #if defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 # pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) # endif #endif /* Structure details are not part of the exported interface, * so all this may change in future versions. */ Loading Loading
crypto/ec/ec.h +8 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,10 @@ #ifdef __cplusplus extern "C" { #elif defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 # pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) # endif #endif Loading Loading @@ -501,5 +505,9 @@ void ERR_load_EC_strings(void); #ifdef __cplusplus } #elif defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 # pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) # endif #endif #endif
crypto/ec/ec_lcl.h +5 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,11 @@ #include <openssl/obj_mac.h> #include <openssl/ec.h> #if defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 # pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) # endif #endif /* Structure details are not part of the exported interface, * so all this may change in future versions. */ Loading