diff options
| author | tb <> | 2021-06-23 11:12:33 +0000 |
|---|---|---|
| committer | tb <> | 2021-06-23 11:12:33 +0000 |
| commit | 8da3ca1a788fd5fa44724b5373cb27197036dfc1 (patch) | |
| tree | 3ea02e0a949004cfa9fc5d76c683538637708fef /src | |
| parent | 3650508f3facd1163d6549d6fab59a6f81db17d2 (diff) | |
| download | openbsd-8da3ca1a788fd5fa44724b5373cb27197036dfc1.tar.gz openbsd-8da3ca1a788fd5fa44724b5373cb27197036dfc1.tar.bz2 openbsd-8da3ca1a788fd5fa44724b5373cb27197036dfc1.zip | |
Garbage collect prototoype for ssl_parse_serverhello_tlsext() which
was removed in t1_lib.c r1.141.
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 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); |
