Fix build failure on Windows due to undefined cflags identifier
[oweals/openssl.git] / apps / apps.c
index 4eb322afbbf36ddfdf3dceb9a149c5754b98ebdb..80762c1cc058e5260d905b5caffc85f41003f981 100644 (file)
@@ -2917,7 +2917,8 @@ void jpake_server_auth(BIO *out, BIO *conn, const char *secret)
 #endif
 
 #ifndef OPENSSL_NO_TLSEXT
-/* 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.