CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/27 13:16:59
Modified files:
lib/libssl : ssl_clnt.c
Log message:
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.
