summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2020-11-17 07:02:30 +0000
committertb <>2020-11-17 07:02:30 +0000
commitf6e3192f1202771f05558283793c8a21fa6323e7 (patch)
treed37de05dcfb0008dd585b9c0f381e14cfa201dec /src/lib
parent7edbb85fb63bc248e3633a6d70bd4e49c811e451 (diff)
downloadopenbsd-f6e3192f1202771f05558283793c8a21fa6323e7.tar.gz
openbsd-f6e3192f1202771f05558283793c8a21fa6323e7.tar.bz2
openbsd-f6e3192f1202771f05558283793c8a21fa6323e7.zip
typo & punctuation in comment
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/tls13_server.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/tls13_server.c b/src/lib/libssl/tls13_server.c
index a638f00f5f..a3adf9e6b3 100644
--- a/src/lib/libssl/tls13_server.c
+++ b/src/lib/libssl/tls13_server.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_server.c,v 1.62 2020/11/11 18:20:10 jsing Exp $ */ 1/* $OpenBSD: tls13_server.c,v 1.63 2020/11/17 07:02:30 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2019, 2020 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2019, 2020 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
@@ -665,8 +665,8 @@ tls13_server_certificate_send(struct tls13_ctx *ctx, CBB *cbb)
665 665
666 /* 666 /*
667 * XXX we don't send extensions with chain certs to avoid sending 667 * XXX we don't send extensions with chain certs to avoid sending
668 * a leaf ocsp stape with the chain certs. This needs to get 668 * a leaf ocsp staple with the chain certs. This needs to get
669 * fixed 669 * fixed.
670 */ 670 */
671 if (!tls13_cert_add(ctx, &cert_list, cert, NULL)) 671 if (!tls13_cert_add(ctx, &cert_list, cert, NULL))
672 goto err; 672 goto err;