X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec.h;h=db15a81938ed5531b41ccec8bada42f169391e1d;hp=8f4d4e1818e2348ebea9d8018c61a2aeec8e5be9;hb=7f24b1c3e9c61b7bab6a2365e9988d536092fb4b;hpb=968766cad84d15d556d9b8f7ab3c927df700c378 diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index 8f4d4e1818..db15a81938 100644 --- a/crypto/ec/ec.h +++ b/crypto/ec/ec.h @@ -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 @@ -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