Commit a3feb21b authored by Ben Laurie's avatar Ben Laurie
Browse files

Add client_cert_cb prototype.

parent 37530362
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;