Make shorter TS symbols for OpenVMS.

Don't convert a function pointer to a void*, ISO C doesn't like that.
This commit is contained in:
Richard Levitte
2006-03-02 13:55:40 +00:00
parent 8721fc2d0b
commit 6e2fcc44bd
2 changed files with 16 additions and 1 deletions

View File

@@ -342,6 +342,14 @@
#undef STORE_method_get_unlock_store_function
#define STORE_method_get_unlock_store_function STORE_meth_get_unlock_store_fn
/* Hack som long TS names */
#undef TS_RESP_CTX_set_status_info_cond
#define TS_RESP_CTX_set_status_info_cond TS_RESP_CTX_set_stat_info_cond
#undef TS_RESP_CTX_set_clock_precision_digits
#define TS_RESP_CTX_set_clock_precision_digits TS_RESP_CTX_set_clk_prec_digits
#undef TS_CONF_set_clock_precision_digits
#define TS_CONF_set_clock_precision_digits TS_CONF_set_clk_prec_digits
#endif /* defined OPENSSL_SYS_VMS */