projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef236ec
)
A DTLS1 symbol needs to be chopped off a bit.
author
Richard Levitte
<levitte@openssl.org>
Sun, 26 Apr 2009 11:22:26 +0000
(11:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 26 Apr 2009 11:22:26 +0000
(11:22 +0000)
crypto/symhacks.h
patch
|
blob
|
history
diff --git
a/crypto/symhacks.h
b/crypto/symhacks.h
index 35e164121e50e59817d2a30945c6ab7659dffd9f..971d14f39a3d91621a9a2db251359bd7fa63b226 100644
(file)
--- 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 */