1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

we no longer care that these aren't used for ssl2

This commit is contained in:
tedu 2014-05-29 21:22:54 +00:00
parent b97bb89169
commit c487df4a3c
2 changed files with 4 additions and 4 deletions

View File

@ -502,8 +502,8 @@ typedef struct sess_cert_st {
/* Obviously we don't have the private keys of these,
* so maybe we shouldn't even use the CERT_PKEY type here. */
RSA *peer_rsa_tmp; /* not used for SSL 2 */
DH *peer_dh_tmp; /* not used for SSL 2 */
RSA *peer_rsa_tmp;
DH *peer_dh_tmp;
EC_KEY *peer_ecdh_tmp;
int references; /* actually always 1 at the moment */

View File

@ -502,8 +502,8 @@ typedef struct sess_cert_st {
/* Obviously we don't have the private keys of these,
* so maybe we shouldn't even use the CERT_PKEY type here. */
RSA *peer_rsa_tmp; /* not used for SSL 2 */
DH *peer_dh_tmp; /* not used for SSL 2 */
RSA *peer_rsa_tmp;
DH *peer_dh_tmp;
EC_KEY *peer_ecdh_tmp;
int references; /* actually always 1 at the moment */