summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/apps.c')
-rw-r--r--src/usr.bin/openssl/apps.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c
index 7594e77c19..a63bbf9c13 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.43 2017/04/18 02:15:50 deraadt Exp $ */ 1/* $OpenBSD: apps.c,v 1.44 2017/08/12 21:04:33 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -2079,7 +2079,8 @@ policies_print(BIO *out, X509_STORE_CTX *ctx)
2079 BIO_free(out); 2079 BIO_free(out);
2080} 2080}
2081 2081
2082/* next_protos_parse parses a comma separated list of strings into a string 2082/*
2083 * next_protos_parse parses a comma separated list of strings into a string
2083 * in a format suitable for passing to SSL_CTX_set_next_protos_advertised. 2084 * in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
2084 * outlen: (output) set to the length of the resulting buffer on success. 2085 * outlen: (output) set to the length of the resulting buffer on success.
2085 * err: (maybe NULL) on failure, an error message line is written to this BIO. 2086 * err: (maybe NULL) on failure, an error message line is written to this BIO.