Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10077)
continue;
BIO_printf(bio_out, "%s %c\n", o->name, o->valtype);
}
+ /* Always output the -- marker since it is sometimes documented. */
+ BIO_printf(bio_out, "- -\n");
}
static void list_type(FUNC_TYPE ft, int one)
}
if ( scalar @undocced > 0 ) {
foreach ( @undocced ) {
+ next if /-/; # Skip the -- end-of-flags marker
err("$doc: undocumented option -$_");
}
}