diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-29 07:34:13 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-29 07:34:13 +0000 |
commit | 6f44980a98241e24e0316e559895847d276897f4 (patch) | |
tree | d07ca34fbf85e1370c10a7299121e9e59521f765 /lib/libssl/ssl_lib.c | |
parent | 6204e946e9e696c39d1996b29aef640d5ba5eb65 (diff) |
fix typo
Diffstat (limited to 'lib/libssl/ssl_lib.c')
-rw-r--r-- | lib/libssl/ssl_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c index 406567b535a..f5d477e8641 100644 --- a/lib/libssl/ssl_lib.c +++ b/lib/libssl/ssl_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_lib.c,v 1.324 2024/06/28 14:46:19 tb Exp $ */ +/* $OpenBSD: ssl_lib.c,v 1.325 2024/06/29 07:34:12 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1786,7 +1786,7 @@ LSSL_ALIAS(SSL_get_servername_type); * OPENSSL_NPN_NEGOTIATED if a common protocol was found, or * OPENSSL_NPN_NO_OVERLAP if the fallback case was reached. * - * XXX - the out argument points into server_list or client list and should + * XXX - the out argument points into server_list or client_list and should * therefore really be const. We can't fix that without breaking the callers. */ int |