summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2015-09-12 12:26:56 +0000
committerjsing <>2015-09-12 12:26:56 +0000
commit5c03218e21b8acfe31f7e9937f652f76eeb6fd87 (patch)
tree05be485f80e47ce5ad3d28aa6890706bc38ef1fc /src/lib/libssl/ssl_locl.h
parent92f4e2ce0c9ddc92f921c99c2ca499dd86451dd4 (diff)
downloadopenbsd-5c03218e21b8acfe31f7e9937f652f76eeb6fd87.tar.gz
openbsd-5c03218e21b8acfe31f7e9937f652f76eeb6fd87.tar.bz2
openbsd-5c03218e21b8acfe31f7e9937f652f76eeb6fd87.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 '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 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);
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_key_exchange(SSL *s);
715int dtls1_send_client_verify(SSL *s); 714int dtls1_send_client_verify(SSL *s);
716 715
717/* some server-only functions */ 716/* some server-only functions */