summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2018-11-05 03:49:45 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2018-11-05 03:49:45 +0000
commit94df8fb894b7365d35a915074c62ebcb25ec1c8b (patch)
tree889f85c79a3d99c3aaf0eeffd72f1a4968d607cc /lib/libssl/ssl_locl.h
parentba8eaf01a959a688c053fb89ea21cf96b5e9a961 (diff)
Mop up ecdh_tmp, since it is no longer used.
ok bluhm@ tb@
Diffstat (limited to 'lib/libssl/ssl_locl.h')
-rw-r--r--lib/libssl/ssl_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h
index 9a018547abb..8cedc294907 100644
--- a/lib/libssl/ssl_locl.h
+++ b/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_locl.h,v 1.216 2018/10/24 18:04:50 jsing Exp $ */
+/* $OpenBSD: ssl_locl.h,v 1.217 2018/11/05 03:49:44 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -947,8 +947,6 @@ typedef struct cert_st {
DH *(*dh_tmp_cb)(SSL *ssl, int is_export, int keysize);
int dh_tmp_auto;
- EC_KEY *ecdh_tmp;
-
CERT_PKEY pkeys[SSL_PKEY_NUM];
int references; /* >1 only if SSL_copy_session_id is used */