commit | 8c197cc55eda97fba9c51254fd0e1da7259ab174 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Wed Jul 28 23:25:59 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Wed Jul 28 23:25:59 1999 +0000 |
tree | 06dce59bd50795c2f822df8d3ec26a15e6eb7919 | |
parent | 3e3d2ea2fc9e9b702f94d5870f1a0a2f0c4c59f5 [diff] [blame] |
VMS updates. Submitted by: Richard Levitte <levitte@stacken.kth.se>
diff --git a/ssl/ssl.h b/ssl/ssl.h index d4dcf4f..f247d94 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h
@@ -965,6 +965,10 @@ STACK_OF(X509) *SSL_get_peer_cert_chain(SSL *s); +#ifdef VMS +#define SSL_CTX_set_default_passwd_cb_userdata SSL_CTX_set_def_passwd_cb_ud +#endif + int SSL_CTX_get_verify_mode(SSL_CTX *ctx); int SSL_CTX_get_verify_depth(SSL_CTX *ctx); int (*SSL_CTX_get_verify_callback(SSL_CTX *ctx))(int,X509_STORE_CTX *);