diff options
author | tb <> | 2021-06-23 11:12:33 +0000 |
---|---|---|
committer | tb <> | 2021-06-23 11:12:33 +0000 |
commit | 5911d9164686af5bcb140b81a09280f3cbefcc1e (patch) | |
tree | 3ea02e0a949004cfa9fc5d76c683538637708fef | |
parent | 7766d83b58850c4cc00369bfa3b8fb3aa92186a3 (diff) | |
download | openbsd-5911d9164686af5bcb140b81a09280f3cbefcc1e.tar.gz openbsd-5911d9164686af5bcb140b81a09280f3cbefcc1e.tar.bz2 openbsd-5911d9164686af5bcb140b81a09280f3cbefcc1e.zip |
Garbage collect prototoype for ssl_parse_serverhello_tlsext() which
was removed in t1_lib.c r1.141.
-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 d171ef0984..5f99c08cc9 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.350 2021/06/19 17:21:40 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.351 2021/06/23 11:12:33 tb 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 | * |
@@ -1285,8 +1285,6 @@ uint16_t tls1_ec_nid2curve_id(const int nid); | |||
1285 | int tls1_check_curve(SSL *s, const uint16_t group_id); | 1285 | int tls1_check_curve(SSL *s, const uint16_t group_id); |
1286 | int tls1_get_shared_curve(SSL *s); | 1286 | int tls1_get_shared_curve(SSL *s); |
1287 | 1287 | ||
1288 | int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, | ||
1289 | size_t n, int *al); | ||
1290 | int ssl_check_clienthello_tlsext_early(SSL *s); | 1288 | int ssl_check_clienthello_tlsext_early(SSL *s); |
1291 | int ssl_check_clienthello_tlsext_late(SSL *s); | 1289 | int ssl_check_clienthello_tlsext_late(SSL *s); |
1292 | int ssl_check_serverhello_tlsext(SSL *s); | 1290 | int ssl_check_serverhello_tlsext(SSL *s); |