]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/apps.c
mark all block comments that need format preserving so that
[thirdparty/openssl.git] / apps / apps.c
index 3e18289a4b5b8968ce412e2bcbb208ea8e51954f..3914c40fe9fb232477611fc7ecb2a3bb849c6b5c 100644 (file)
@@ -2728,7 +2728,8 @@ void jpake_server_auth(BIO *out, BIO *conn, const char *secret)
 #endif
 
 #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
-/* next_protos_parse parses a comma separated list of strings into a string
+/*-
+ * next_protos_parse parses a comma separated list of strings into a string
  * in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
  *   outlen: (output) set to the length of the resulting buffer on success.
  *   err: (maybe NULL) on failure, an error message line is written to this BIO.