diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index c425f67a5a..dcc17963ee 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.78 2014/12/06 13:51:06 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.79 2014/12/06 14:24:26 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 | * |
@@ -467,7 +467,6 @@ typedef struct sess_cert_st { | |||
467 | /* Obviously we don't have the private keys of these, | 467 | /* Obviously we don't have the private keys of these, |
468 | * so maybe we shouldn't even use the CERT_PKEY type here. */ | 468 | * so maybe we shouldn't even use the CERT_PKEY type here. */ |
469 | 469 | ||
470 | RSA *peer_rsa_tmp; | ||
471 | DH *peer_dh_tmp; | 470 | DH *peer_dh_tmp; |
472 | EC_KEY *peer_ecdh_tmp; | 471 | EC_KEY *peer_ecdh_tmp; |
473 | 472 | ||