diff options
| author | jsing <> | 2015-09-01 13:38:27 +0000 |
|---|---|---|
| committer | jsing <> | 2015-09-01 13:38:27 +0000 |
| commit | 129b7e769281e2202a11fd7d8054118c56e13abf (patch) | |
| tree | cad3d134dfda06ab6f9bb3a9694244c0dedb8b0e /src/lib/libssl/ssl_locl.h | |
| parent | 9e7c88844639dc20c010e7333937690a9cf3281d (diff) | |
| download | openbsd-129b7e769281e2202a11fd7d8054118c56e13abf.tar.gz openbsd-129b7e769281e2202a11fd7d8054118c56e13abf.tar.bz2 openbsd-129b7e769281e2202a11fd7d8054118c56e13abf.zip | |
Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are
now nothing more than noops.
ok bcook@ doug@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
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); |
| 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); |
