From 843b5a250ae9cadb4936b9e6e8ab48ac3dcc4c8d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 25 Jul 2010 19:12:45 +0000 Subject: [PATCH] Update symhacks. --- crypto/symhacks.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 151b683140..3fd4a81692 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -399,6 +399,12 @@ #undef dtls1_retransmit_buffered_messages #define dtls1_retransmit_buffered_messages dtls1_retransmit_buffered_msgs +/* Hack some long UI names */ +#undef UI_method_get_prompt_constructor +#define UI_method_get_prompt_constructor UI_method_get_prompt_constructr +#undef UI_method_set_prompt_constructor +#define UI_method_set_prompt_constructor UI_method_set_prompt_constructr + #endif /* defined OPENSSL_SYS_VMS */ -- 2.34.1