From: Richard Levitte Date: Sun, 26 Apr 2009 11:22:26 +0000 (+0000) Subject: A DTLS1 symbol needs to be chopped off a bit. X-Git-Tag: OpenSSL-fips-2_0-rc1~1723 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e177343f713c24e9519e35c0c3995a689595f34;p=oweals%2Fopenssl.git A DTLS1 symbol needs to be chopped off a bit. --- diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 35e164121e..971d14f39a 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -379,6 +379,10 @@ #undef cms_SignerIdentifier_get0_signer_id #define cms_SignerIdentifier_get0_signer_id cms_SignerId_get0_signer_id +/* Hack some long DTLS1 names */ +#undef dtls1_retransmit_buffered_messages +#define dtls1_retransmit_buffered_messages dtls1_retransmit_buffered_msgs + #endif /* defined OPENSSL_SYS_VMS */