mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 11:03:37 +08:00
A couple of more names need to be shortened for VMS on VAX.
This commit is contained in:
parent
3aa477f6ec
commit
df320c4473
@ -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 */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user