diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2018-11-05 03:49:45 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2018-11-05 03:49:45 +0000 |
commit | 94df8fb894b7365d35a915074c62ebcb25ec1c8b (patch) | |
tree | 889f85c79a3d99c3aaf0eeffd72f1a4968d607cc /lib/libssl/ssl_locl.h | |
parent | ba8eaf01a959a688c053fb89ea21cf96b5e9a961 (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.h | 4 |
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 */ |