diff options
| author | jsing <> | 2015-09-12 12:26:56 +0000 |
|---|---|---|
| committer | jsing <> | 2015-09-12 12:26:56 +0000 |
| commit | baa36ea9c417204b2eaca259cd3522318c5df609 (patch) | |
| tree | 05be485f80e47ce5ad3d28aa6890706bc38ef1fc /src/lib/libssl/ssl_locl.h | |
| parent | 8e82261904f03adc0b4911e602bd90997a4d0289 (diff) | |
| download | openbsd-baa36ea9c417204b2eaca259cd3522318c5df609.tar.gz openbsd-baa36ea9c417204b2eaca259cd3522318c5df609.tar.bz2 openbsd-baa36ea9c417204b2eaca259cd3522318c5df609.zip | |
Uncopy and unpaste dtls1_send_client_key_exchange() - the
ssl3_send_client_key_exchange() is effectively identical, in fact it has
a number of bug fixes and improvements that never got merged into the
DTLS copy of the code. Flenses another 264 lines of code.
ok beck@
Diffstat (limited to '')
| -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 f9be29b241..92842346a2 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.119 2015/09/11 18:08:21 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.120 2015/09/12 12:26: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 | * |
| @@ -711,7 +711,6 @@ int ssl3_check_finished(SSL *s); | |||
| 711 | int ssl3_send_next_proto(SSL *s); | 711 | int ssl3_send_next_proto(SSL *s); |
| 712 | 712 | ||
| 713 | int dtls1_send_client_certificate(SSL *s); | 713 | int dtls1_send_client_certificate(SSL *s); |
| 714 | int dtls1_send_client_key_exchange(SSL *s); | ||
| 715 | int dtls1_send_client_verify(SSL *s); | 714 | int dtls1_send_client_verify(SSL *s); |
| 716 | 715 | ||
| 717 | /* some server-only functions */ | 716 | /* some server-only functions */ |
