summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2014-05-29 21:22:54 +0000
committertedu <>2014-05-29 21:22:54 +0000
commitfffc6c93172d4ff19cc5fe27dd6fcbc29a5c7224 (patch)
tree7d12f14a7eb82500eb1cf8b51771796005378191 /src
parent44c9da02b72b146dbbcafcaec3c3976d04f5c0df (diff)
downloadopenbsd-fffc6c93172d4ff19cc5fe27dd6fcbc29a5c7224.tar.gz
openbsd-fffc6c93172d4ff19cc5fe27dd6fcbc29a5c7224.tar.bz2
openbsd-fffc6c93172d4ff19cc5fe27dd6fcbc29a5c7224.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.h4
-rw-r--r--src/lib/libssl/ssl_locl.h4
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 */