diff options
-rw-r--r-- | src/lib/libssl/src/ssl/ssl_locl.h | 4 | ||||
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/src/ssl/ssl_locl.h b/src/lib/libssl/src/ssl/ssl_locl.h index d80bf958fd..16d31f33d2 100644 --- a/src/lib/libssl/src/ssl/ssl_locl.h +++ b/src/lib/libssl/src/ssl/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 */ |
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 */ |