summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2015-09-12 12:58:15 +0000
committerjsing <>2015-09-12 12:58:15 +0000
commitb7cd3c0625c92074066326cf8ad47e913c3a58e5 (patch)
tree209c3a59ad86a7be7b7edaa10633b47a42d08239 /src/lib/libssl/ssl_locl.h
parent5c03218e21b8acfe31f7e9937f652f76eeb6fd87 (diff)
downloadopenbsd-b7cd3c0625c92074066326cf8ad47e913c3a58e5.tar.gz
openbsd-b7cd3c0625c92074066326cf8ad47e913c3a58e5.tar.bz2
openbsd-b7cd3c0625c92074066326cf8ad47e913c3a58e5.zip
Uncopy and unpaste dtls1_send_client_verify() - the
ssl3_send_client_verify() is different, but it correctly supports things like SIGALGS. Another 74 lines of code bites the dust.
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 92842346a2..48ac8c8b2d 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.120 2015/09/12 12:26:56 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.121 2015/09/12 12:58:15 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);
711int ssl3_send_next_proto(SSL *s); 711int ssl3_send_next_proto(SSL *s);
712 712
713int dtls1_send_client_certificate(SSL *s); 713int dtls1_send_client_certificate(SSL *s);
714int dtls1_send_client_verify(SSL *s);
715 714
716/* some server-only functions */ 715/* some server-only functions */
717int ssl3_get_client_hello(SSL *s); 716int ssl3_get_client_hello(SSL *s);