diff options
| author | tb <> | 2020-11-17 07:02:30 +0000 |
|---|---|---|
| committer | tb <> | 2020-11-17 07:02:30 +0000 |
| commit | 774388b1d62441f5f00ea24f86e824a2a113c79a (patch) | |
| tree | d37de05dcfb0008dd585b9c0f381e14cfa201dec /src | |
| parent | 97a181ebd909bb90e14296e0f9b4e74645c26398 (diff) | |
| download | openbsd-774388b1d62441f5f00ea24f86e824a2a113c79a.tar.gz openbsd-774388b1d62441f5f00ea24f86e824a2a113c79a.tar.bz2 openbsd-774388b1d62441f5f00ea24f86e824a2a113c79a.zip | |
typo & punctuation in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/tls13_server.c | 6 |
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; |
