diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
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, | |||
| 787 | int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, | 787 | int 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); |
| 789 | int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, | 789 | int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, |
| 790 | unsigned char *d, int n, int *al); | 790 | size_t n, int *al); |
| 791 | int ssl_check_clienthello_tlsext_early(SSL *s); | 791 | int ssl_check_clienthello_tlsext_early(SSL *s); |
| 792 | int ssl_check_clienthello_tlsext_late(SSL *s); | 792 | int ssl_check_clienthello_tlsext_late(SSL *s); |
| 793 | int ssl_check_serverhello_tlsext(SSL *s); | 793 | int ssl_check_serverhello_tlsext(SSL *s); |
