Have ssl3_send_client_verify() pass *pkey to called functions.
authorjsing <jsing@openbsd.org>
Sun, 27 Jun 2021 19:16:59 +0000 (19:16 +0000)
committerjsing <jsing@openbsd.org>
Sun, 27 Jun 2021 19:16:59 +0000 (19:16 +0000)
commit50aa6b552672f99948546601dcb7fb951a409586
tree35cac78c9177546572970f429b28672655c8faa4
parentd2a2fa5f1add6cc85c91d17d424e301a7e2094ad
Have ssl3_send_client_verify() pass *pkey to called functions.

ssl3_send_client_verify() already has a pointer to the EVP_PKEY for the
certificate - pass this as an argument to the functions that it calls,
rather than duplicating code/variable declarations.
lib/libssl/ssl_clnt.c