From 5c60b1637a19617aec10942cc36f6431a89ad41b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 16 Dec 2008 10:54:53 +0000 Subject: [PATCH] A few more symbols that are a little bit long for VMS --- crypto/symhacks.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crypto/symhacks.h b/crypto/symhacks.h index c59e3bf5f0..da08f5fddc 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -187,6 +187,11 @@ #define ENGINE_set_default_pkey_asn1_meths ENGINE_set_def_pkey_asn1_meths #undef ENGINE_get_pkey_asn1_meth_engine #define ENGINE_get_pkey_asn1_meth_engine ENGINE_get_pkey_asn1_meth_eng +#undef ENGINE_set_load_ssl_client_cert_function +#define ENGINE_set_load_ssl_client_cert_function \ + ENGINE_set_ld_ssl_clnt_cert_fn +#undef ENGINE_get_ssl_client_cert_function +#define ENGINE_get_ssl_client_cert_function ENGINE_get_ssl_client_cert_fn /* Hack some long OCSP names */ #undef OCSP_REQUEST_get_ext_by_critical -- 2.34.1