summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r--src/lib/libssl/tls13_internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index 12ba5750a0..f11d96f2ea 100644
--- a/src/lib/libssl/tls13_internal.h
+++ b/src/lib/libssl/tls13_internal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_internal.h,v 1.48 2020/01/23 05:08:30 jsing Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.49 2020/01/23 07:30:55 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org>
4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
@@ -305,6 +305,9 @@ int tls13_error_setx(struct tls13_error *error, int code, int subcode,
305 tls13_error_setx(&(ctx)->error, (code), (subcode), __FILE__, __LINE__, \ 305 tls13_error_setx(&(ctx)->error, (code), (subcode), __FILE__, __LINE__, \
306 (fmt), __VA_ARGS__) 306 (fmt), __VA_ARGS__)
307 307
308extern uint8_t tls13_downgrade_12[8];
309extern uint8_t tls13_downgrade_11[8];
310
308__END_HIDDEN_DECLS 311__END_HIDDEN_DECLS
309 312
310#endif 313#endif