summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.bin/openssl/apps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c
index a04190910d..7c98f1e70c 100644
--- a/src/usr.bin/openssl/apps.c
+++ b/src/usr.bin/openssl/apps.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: apps.c,v 1.69 2024/08/29 17:01:02 tb Exp $ */ 1/* $OpenBSD: apps.c,v 1.70 2025/01/03 09:14:42 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -1891,7 +1891,7 @@ pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value)
1891 * in a format suitable for passing to SSL_CTX_set_next_protos_advertised. 1891 * in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
1892 * outlen: (output) set to the length of the resulting buffer on success. 1892 * outlen: (output) set to the length of the resulting buffer on success.
1893 * err: (maybe NULL) on failure, an error message line is written to this BIO. 1893 * err: (maybe NULL) on failure, an error message line is written to this BIO.
1894 * in: a NUL termianted string like "abc,def,ghi" 1894 * in: a NUL terminated string like "abc,def,ghi"
1895 * 1895 *
1896 * returns: a malloced buffer or NULL on failure. 1896 * returns: a malloced buffer or NULL on failure.
1897 */ 1897 */