summaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-04-26 11:35:58 +0000
committerRichard Levitte <levitte@openssl.org>2009-04-26 11:35:58 +0000
commit5409414effb5b0cfcdc04ae1336fab38a6703fe5 (patch)
tree24a107b1cfc9c0b009c9e3094a600a1e188c68ca /crypto/symhacks.h
parent7134507de0cc51f08b482987d87b87830816f2a6 (diff)
Updates from HEAD
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r--crypto/symhacks.h4
1 files changed, 4 insertions, 0 deletions
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 */