diff options
author | tb <> | 2025-01-03 09:14:42 +0000 |
---|---|---|
committer | tb <> | 2025-01-03 09:14:42 +0000 |
commit | 7ce51cb2cf1b0e87237d81a5cced141c84e5e274 (patch) | |
tree | d1fab3cd070359e951196762fa284e7144bf904c | |
parent | 53c047305665076419ac9af8f915d9b41e380316 (diff) | |
download | openbsd-7ce51cb2cf1b0e87237d81a5cced141c84e5e274.tar.gz openbsd-7ce51cb2cf1b0e87237d81a5cced141c84e5e274.tar.bz2 openbsd-7ce51cb2cf1b0e87237d81a5cced141c84e5e274.zip |
termianted -> terminated
-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 | */ |