diff options
| author | jsing <> | 2016-12-06 13:38:11 +0000 |
|---|---|---|
| committer | jsing <> | 2016-12-06 13:38:11 +0000 |
| commit | 433337f9d78f0abdcbf97c4205b00e85f598f704 (patch) | |
| tree | 637189bfb9f1969f946ec330944d4038db2c5cb9 /src/lib/libssl/ssl_locl.h | |
| parent | 1af568a4129a2a3a60c8d78813849bb19fb270b4 (diff) | |
| download | openbsd-433337f9d78f0abdcbf97c4205b00e85f598f704.tar.gz openbsd-433337f9d78f0abdcbf97c4205b00e85f598f704.tar.bz2 openbsd-433337f9d78f0abdcbf97c4205b00e85f598f704.zip | |
Now that ssl3_send_{client,server}_certificate() are using the common
handshake functions, we can remove more copied code from DTLS.
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 89fb83eb9a..3de5571985 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.138 2016/12/06 13:17:52 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.139 2016/12/06 13:38:11 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 | * |
| @@ -715,8 +715,6 @@ int ssl3_check_cert_and_algorithm(SSL *s); | |||
| 715 | int ssl3_check_finished(SSL *s); | 715 | int ssl3_check_finished(SSL *s); |
| 716 | int ssl3_send_next_proto(SSL *s); | 716 | int ssl3_send_next_proto(SSL *s); |
| 717 | 717 | ||
| 718 | int dtls1_send_client_certificate(SSL *s); | ||
| 719 | |||
| 720 | /* some server-only functions */ | 718 | /* some server-only functions */ |
| 721 | int ssl3_get_client_hello(SSL *s); | 719 | int ssl3_get_client_hello(SSL *s); |
| 722 | int ssl3_send_server_hello(SSL *s); | 720 | int ssl3_send_server_hello(SSL *s); |
| @@ -729,8 +727,6 @@ int ssl3_get_client_key_exchange(SSL *s); | |||
| 729 | int ssl3_get_cert_verify(SSL *s); | 727 | int ssl3_get_cert_verify(SSL *s); |
| 730 | int ssl3_get_next_proto(SSL *s); | 728 | int ssl3_get_next_proto(SSL *s); |
| 731 | 729 | ||
| 732 | int dtls1_send_server_certificate(SSL *s); | ||
| 733 | |||
| 734 | int ssl23_accept(SSL *s); | 730 | int ssl23_accept(SSL *s); |
| 735 | int ssl23_connect(SSL *s); | 731 | int ssl23_connect(SSL *s); |
| 736 | int ssl23_read_bytes(SSL *s, int n); | 732 | int ssl23_read_bytes(SSL *s, int n); |
