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:
d2f098b
)
Too long symbols
author
Richard Levitte
<levitte@openssl.org>
Tue, 13 Apr 2010 14:36:58 +0000
(14:36 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 13 Apr 2010 14:36:58 +0000
(14:36 +0000)
crypto/symhacks.h
patch
|
blob
|
history
diff --git
a/crypto/symhacks.h
b/crypto/symhacks.h
index 151b68314095d38ed7dcf483b7a6c82ffb6c89bb..3fd4a81692817aa3632c61a12e304ad947e3fe43 100644
(file)
--- 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 */