summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2015-09-12 15:08:54 +0000
committerjsing <>2015-09-12 15:08:54 +0000
commit9cf967eb19ffcd73b7cde6533139e64730f8648c (patch)
tree2024d99bc751012df7188cede1a7a6918d23975d /src/lib/libssl/ssl_locl.h
parenta2911aca708333d0aa73876f4fece0da3b4b7475 (diff)
downloadopenbsd-9cf967eb19ffcd73b7cde6533139e64730f8648c.tar.gz
openbsd-9cf967eb19ffcd73b7cde6533139e64730f8648c.tar.bz2
openbsd-9cf967eb19ffcd73b7cde6533139e64730f8648c.zip
Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of
code deduped.
Diffstat (limited to '')
-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 cb7889ffb7..e05578e4a3 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.127 2015/09/12 15:03:39 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.128 2015/09/12 15:08:54 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 *
@@ -691,7 +691,6 @@ void dtls1_start_timer(SSL *s);
691void dtls1_stop_timer(SSL *s); 691void dtls1_stop_timer(SSL *s);
692int dtls1_is_timer_expired(SSL *s); 692int dtls1_is_timer_expired(SSL *s);
693void dtls1_double_timeout(SSL *s); 693void dtls1_double_timeout(SSL *s);
694int dtls1_send_newsession_ticket(SSL *s);
695unsigned int dtls1_min_mtu(void); 694unsigned int dtls1_min_mtu(void);
696 695
697/* some client-only functions */ 696/* some client-only functions */