diff options
Diffstat (limited to 'src/lib/libssl/src/ssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/src/ssl/ssl_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/src/ssl/ssl_locl.h b/src/lib/libssl/src/ssl/ssl_locl.h index 098065f3bc..b7853b24c8 100644 --- a/src/lib/libssl/src/ssl/ssl_locl.h +++ b/src/lib/libssl/src/ssl/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); |
817 | int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, | 817 | int 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); |
819 | int ssl_prepare_clienthello_tlsext(SSL *s); | ||
820 | int ssl_prepare_serverhello_tlsext(SSL *s); | ||
821 | int ssl_check_clienthello_tlsext_early(SSL *s); | 819 | int ssl_check_clienthello_tlsext_early(SSL *s); |
822 | int ssl_check_clienthello_tlsext_late(SSL *s); | 820 | int ssl_check_clienthello_tlsext_late(SSL *s); |
823 | int ssl_check_serverhello_tlsext(SSL *s); | 821 | int ssl_check_serverhello_tlsext(SSL *s); |