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:
3aa477f
)
A couple of more names need to be shortened for VMS on VAX.
author
Richard Levitte
<levitte@openssl.org>
Sun, 17 Sep 2000 14:44:35 +0000
(14:44 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 17 Sep 2000 14:44:35 +0000
(14:44 +0000)
crypto/symhacks.h
patch
|
blob
|
history
diff --git
a/crypto/symhacks.h
b/crypto/symhacks.h
index 5b66d0f1ba862f80160e05003ae55f40a6fa48d9..6b472b2f4cafda505bb6a75bf3a283348c389a8d 100644
(file)
--- a/
crypto/symhacks.h
+++ b/
crypto/symhacks.h
@@
-137,6
+137,10
@@
#define SSL_CTX_set_cert_verify_callback SSL_CTX_set_cert_verify_cb
#define SSL_CTX_set_default_passwd_cb_userdata SSL_CTX_set_def_passwd_cb_ud
+/* Hack some long ENGINE names */
+#define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt
+#define ENGINE_set_default_BN_mod_exp_crt ENGINE_set_def_BN_mod_exp_crt
+
#endif /* defined VMS */