From: Dr. Stephen Henson Date: Sun, 25 Jul 2010 19:12:45 +0000 (+0000) Subject: Update symhacks. X-Git-Tag: OpenSSL-fips-2_0-rc1~1036 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=843b5a250ae9cadb4936b9e6e8ab48ac3dcc4c8d;p=oweals%2Fopenssl.git Update symhacks. --- 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 */