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
commitd9208300dec9ab7d0f92bfdd89445235cabc999b (patch)
tree2024d99bc751012df7188cede1a7a6918d23975d /src/lib/libssl/ssl_locl.h
parentb6b9746992a205b72af1ef1e0f427cbe3eb1a096 (diff)
downloadopenbsd-d9208300dec9ab7d0f92bfdd89445235cabc999b.tar.gz
openbsd-d9208300dec9ab7d0f92bfdd89445235cabc999b.tar.bz2
openbsd-d9208300dec9ab7d0f92bfdd89445235cabc999b.zip
Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of
code deduped.
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 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 */