diff options
author | jsing <> | 2018-11-05 03:49:44 +0000 |
---|---|---|
committer | jsing <> | 2018-11-05 03:49:44 +0000 |
commit | 1747118e379623d86b5f53dcc99d185f9868ce43 (patch) | |
tree | c72465402f2125bfc4bcab84c889fd61159a09aa /src/lib/libssl/ssl_locl.h | |
parent | 009394a143463f10ae13a2824025c0c746eaa268 (diff) | |
download | openbsd-1747118e379623d86b5f53dcc99d185f9868ce43.tar.gz openbsd-1747118e379623d86b5f53dcc99d185f9868ce43.tar.bz2 openbsd-1747118e379623d86b5f53dcc99d185f9868ce43.zip |
Mop up ecdh_tmp, since it is no longer used.
ok bluhm@ tb@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 9a018547ab..8cedc29490 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.216 2018/10/24 18:04:50 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.217 2018/11/05 03:49:44 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 | * |
@@ -947,8 +947,6 @@ typedef struct cert_st { | |||
947 | DH *(*dh_tmp_cb)(SSL *ssl, int is_export, int keysize); | 947 | DH *(*dh_tmp_cb)(SSL *ssl, int is_export, int keysize); |
948 | int dh_tmp_auto; | 948 | int dh_tmp_auto; |
949 | 949 | ||
950 | EC_KEY *ecdh_tmp; | ||
951 | |||
952 | CERT_PKEY pkeys[SSL_PKEY_NUM]; | 950 | CERT_PKEY pkeys[SSL_PKEY_NUM]; |
953 | 951 | ||
954 | int references; /* >1 only if SSL_copy_session_id is used */ | 952 | int references; /* >1 only if SSL_copy_session_id is used */ |