mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-05 22:19:40 +00:00
Add client_cert_cb prototype.
This commit is contained in:
parent
37530362fa
commit
a3feb21bbe
@ -564,7 +564,7 @@ struct ssl_ctx_st
|
||||
void *default_passwd_callback_userdata;
|
||||
|
||||
/* get client cert callback */
|
||||
int (*client_cert_cb)(/* SSL *ssl, X509 **x509, EVP_PKEY **pkey */);
|
||||
int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey);
|
||||
|
||||
CRYPTO_EX_DATA ex_data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user