Skip to content

Commit

Permalink
Add client_cert_cb prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Laurie committed Jan 12, 2002
1 parent 3753036 commit a3feb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a3feb21

Please sign in to comment.