diff options
author | tb <> | 2024-06-29 07:34:12 +0000 |
---|---|---|
committer | tb <> | 2024-06-29 07:34:12 +0000 |
commit | b2cf112923c918cb07c51600464d2157ee928fb6 (patch) | |
tree | 475c254f7c8dea84ce19f7d5f03e8fe645fbcbe1 | |
parent | 13065e0dd0906a64b55e1d3f6ba2e08b22da7660 (diff) | |
download | openbsd-b2cf112923c918cb07c51600464d2157ee928fb6.tar.gz openbsd-b2cf112923c918cb07c51600464d2157ee928fb6.tar.bz2 openbsd-b2cf112923c918cb07c51600464d2157ee928fb6.zip |
fix typo
-rw-r--r-- | src/lib/libssl/ssl_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 406567b535..f5d477e864 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_lib.c,v 1.324 2024/06/28 14:46:19 tb Exp $ */ | 1 | /* $OpenBSD: ssl_lib.c,v 1.325 2024/06/29 07:34:12 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 | * |
@@ -1786,7 +1786,7 @@ LSSL_ALIAS(SSL_get_servername_type); | |||
1786 | * OPENSSL_NPN_NEGOTIATED if a common protocol was found, or | 1786 | * OPENSSL_NPN_NEGOTIATED if a common protocol was found, or |
1787 | * OPENSSL_NPN_NO_OVERLAP if the fallback case was reached. | 1787 | * OPENSSL_NPN_NO_OVERLAP if the fallback case was reached. |
1788 | * | 1788 | * |
1789 | * XXX - the out argument points into server_list or client list and should | 1789 | * XXX - the out argument points into server_list or client_list and should |
1790 | * therefore really be const. We can't fix that without breaking the callers. | 1790 | * therefore really be const. We can't fix that without breaking the callers. |
1791 | */ | 1791 | */ |
1792 | int | 1792 | int |