diff options
author | tb <> | 2025-01-03 09:14:42 +0000 |
---|---|---|
committer | tb <> | 2025-01-03 09:14:42 +0000 |
commit | bd781cf0a2e52a1391b095a461f1cc446ea4d6be (patch) | |
tree | d1fab3cd070359e951196762fa284e7144bf904c /src/usr.bin/openssl/apps.c | |
parent | c6e381d24484f1d816ac45b3ad277202cd45110c (diff) | |
download | openbsd-bd781cf0a2e52a1391b095a461f1cc446ea4d6be.tar.gz openbsd-bd781cf0a2e52a1391b095a461f1cc446ea4d6be.tar.bz2 openbsd-bd781cf0a2e52a1391b095a461f1cc446ea4d6be.zip |
termianted -> terminated
Diffstat (limited to 'src/usr.bin/openssl/apps.c')
-rw-r--r-- | src/usr.bin/openssl/apps.c | 4 |
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 | */ |