diff options
author | tedu <> | 2014-05-29 21:22:54 +0000 |
---|---|---|
committer | tedu <> | 2014-05-29 21:22:54 +0000 |
commit | 9ab5f477ddb4cf111d32a143d0e1429ce50cebd7 (patch) | |
tree | 7d12f14a7eb82500eb1cf8b51771796005378191 /src | |
parent | e36774a3cfbf9430a020ae98951cce7b70f75c00 (diff) | |
download | openbsd-9ab5f477ddb4cf111d32a143d0e1429ce50cebd7.tar.gz openbsd-9ab5f477ddb4cf111d32a143d0e1429ce50cebd7.tar.bz2 openbsd-9ab5f477ddb4cf111d32a143d0e1429ce50cebd7.zip |
we no longer care that these aren't used for ssl2
Diffstat (limited to 'src')
-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 */ |