diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index d80bf958fd..16d31f33d2 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
| @@ -502,8 +502,8 @@ typedef struct sess_cert_st { | |||
| 502 | /* Obviously we don't have the private keys of these, | 502 | /* Obviously we don't have the private keys of these, |
| 503 | * so maybe we shouldn't even use the CERT_PKEY type here. */ | 503 | * so maybe we shouldn't even use the CERT_PKEY type here. */ |
| 504 | 504 | ||
| 505 | RSA *peer_rsa_tmp; /* not used for SSL 2 */ | 505 | RSA *peer_rsa_tmp; |
| 506 | DH *peer_dh_tmp; /* not used for SSL 2 */ | 506 | DH *peer_dh_tmp; |
| 507 | EC_KEY *peer_ecdh_tmp; | 507 | EC_KEY *peer_ecdh_tmp; |
| 508 | 508 | ||
| 509 | int references; /* actually always 1 at the moment */ | 509 | int references; /* actually always 1 at the moment */ |
