Some new symbols have very long names...
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Oct 2001 17:09:17 +0000 (17:09 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Oct 2001 17:09:17 +0000 (17:09 +0000)
crypto/symhacks.h

index 3f9d6f1ac55d93a0444a2c1b8288fb1afdb2f0fc..c7f39cfa81ff54acb3ed883c0f088723ed622af7 100644 (file)
    VAX. */
 #ifdef OPENSSL_SYS_VMS
 
+/* Hack a long name in crypto/ex_data.c */
+#undef CRYPTO_get_ex_data_implementation
+#define CRYPTO_get_ex_data_implementation      CRYPTO_get_ex_data_impl
+#undef CRYPTO_set_ex_data_implementation
+#define CRYPTO_set_ex_data_implementation      CRYPTO_set_ex_data_impl
+
 /* Hack a long name in crypto/asn1/a_mbstr.c */
 #undef ASN1_STRING_set_default_mask_asc
 #define ASN1_STRING_set_default_mask_asc       ASN1_STRING_set_def_mask_asc