summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index d6d20c2ceb..83b40d2dd3 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.373 2022/01/05 17:10:02 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.374 2022/01/06 18:23:56 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1242,11 +1242,6 @@ typedef struct sess_cert_st {
1242 /* Obviously we don't have the private keys of these, 1242 /* Obviously we don't have the private keys of these,
1243 * so maybe we shouldn't even use the CERT_PKEY type here. */ 1243 * so maybe we shouldn't even use the CERT_PKEY type here. */
1244 1244
1245 int peer_nid;
1246 DH *peer_dh_tmp;
1247 EC_KEY *peer_ecdh_tmp;
1248 uint8_t *peer_x25519_tmp;
1249
1250 int references; /* actually always 1 at the moment */ 1245 int references; /* actually always 1 at the moment */
1251} SESS_CERT; 1246} SESS_CERT;
1252 1247