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:
parent
b97bb89169
commit
c487df4a3c
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user