X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec_lcl.h;h=9becad8283d989c323e37b755c00a0095c0d7db9;hp=f59fe0e4483ea43262ad8c867b9876a7b81fe8ef;hb=7f24b1c3e9c61b7bab6a2365e9988d536092fb4b;hpb=a5e8bcfb7b276aa259a991f05d8f9860b904171e diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h index f59fe0e448..9becad8283 100644 --- a/crypto/ec/ec_lcl.h +++ b/crypto/ec/ec_lcl.h @@ -75,6 +75,11 @@ #include #include +#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. */