summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 098065f3bc..b7853b24c8 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.101 2015/08/29 17:15:52 doug Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.102 2015/09/01 13:38:27 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 *
@@ -816,8 +816,6 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data,
816 unsigned char *d, int n, int *al); 816 unsigned char *d, int n, int *al);
817int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, 817int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data,
818 unsigned char *d, int n, int *al); 818 unsigned char *d, int n, int *al);
819int ssl_prepare_clienthello_tlsext(SSL *s);
820int ssl_prepare_serverhello_tlsext(SSL *s);
821int ssl_check_clienthello_tlsext_early(SSL *s); 819int ssl_check_clienthello_tlsext_early(SSL *s);
822int ssl_check_clienthello_tlsext_late(SSL *s); 820int ssl_check_clienthello_tlsext_late(SSL *s);
823int ssl_check_serverhello_tlsext(SSL *s); 821int ssl_check_serverhello_tlsext(SSL *s);