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, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 3de5571985..d7484dd7a0 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.139 2016/12/06 13:38:11 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.140 2016/12/18 13:52:53 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 *
@@ -787,7 +787,7 @@ unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *p,
787int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, 787int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data,
788 unsigned char *d, int n, int *al); 788 unsigned char *d, int n, int *al);
789int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, 789int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data,
790 unsigned char *d, int n, int *al); 790 size_t n, int *al);
791int ssl_check_clienthello_tlsext_early(SSL *s); 791int ssl_check_clienthello_tlsext_early(SSL *s);
792int ssl_check_clienthello_tlsext_late(SSL *s); 792int ssl_check_clienthello_tlsext_late(SSL *s);
793int ssl_check_serverhello_tlsext(SSL *s); 793int ssl_check_serverhello_tlsext(SSL *s);