diff options
| author | jsing <> | 2015-09-12 13:09:07 +0000 |
|---|---|---|
| committer | jsing <> | 2015-09-12 13:09:07 +0000 |
| commit | 229d27cfe422c13c6db0cfc2ae6dab7b097c10fb (patch) | |
| tree | 71d4bc34266b8c5229e8e0da665410237ba73e47 /src/lib/libssl/ssl_locl.h | |
| parent | 861ea05a645016d04dc582348d75897caef406b4 (diff) | |
| download | openbsd-229d27cfe422c13c6db0cfc2ae6dab7b097c10fb.tar.gz openbsd-229d27cfe422c13c6db0cfc2ae6dab7b097c10fb.tar.bz2 openbsd-229d27cfe422c13c6db0cfc2ae6dab7b097c10fb.zip | |
Uncopy and unpaste dtls1_send_hello_request().
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 48ac8c8b2d..e817620d8b 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.121 2015/09/12 12:58:15 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.122 2015/09/12 13:09:07 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 | * |
| @@ -724,7 +724,6 @@ int ssl3_get_client_key_exchange(SSL *s); | |||
| 724 | int ssl3_get_cert_verify(SSL *s); | 724 | int ssl3_get_cert_verify(SSL *s); |
| 725 | int ssl3_get_next_proto(SSL *s); | 725 | int ssl3_get_next_proto(SSL *s); |
| 726 | 726 | ||
| 727 | int dtls1_send_hello_request(SSL *s); | ||
| 728 | int dtls1_send_server_hello(SSL *s); | 727 | int dtls1_send_server_hello(SSL *s); |
| 729 | int dtls1_send_server_certificate(SSL *s); | 728 | int dtls1_send_server_certificate(SSL *s); |
| 730 | int dtls1_send_server_key_exchange(SSL *s); | 729 | int dtls1_send_server_key_exchange(SSL *s); |
