aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-12 16:36:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-12 16:36:36 +0000
commitad0db060b1bb2207f8a1d60761f3dac66000b291 (patch)
treef977495ec9c18f5f24a3fcd81ba7dd90d6c4f84d /crypto/ec
parent3547478fc82fc874b2a7024e23e5a761f31b8524 (diff)
downloadopenssl-ad0db060b1bb2207f8a1d60761f3dac66000b291.tar.gz
More overwritten stuff...
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 9657147dbb..52bce1b4f0 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -348,6 +348,14 @@ int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off);
#define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x)
+#ifndef __cplusplus
+#if defined(__SUNPRO_C)
+# if __SUNPRO_C >= 0x520
+# pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
+# endif
+# endif
+#endif
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.