Use a function to generate do-not-edit comment
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10316)
This commit is contained in:
parent
b575608507
commit
625c781dc7
29 changed files with 39 additions and 135 deletions
|
@ -130,3 +130,11 @@ $OpenSSL::safe::opt_s_item = ""
|
|||
. "B<-record_padding> I<padding>, B<-debug_broken_protocol>, B<-no_middlebox>\n"
|
||||
. "\n"
|
||||
. "See L<SSL_CONF_cmd(3)/SUPPORTED COMMAND LINE COMMANDS> for details.";
|
||||
|
||||
package OpenSSL::safe;
|
||||
sub output_do_not_edit_headers {
|
||||
return "\n=begin comment\n\n"
|
||||
. join("\n", @autowarntext)
|
||||
. "\n\n=end comment";
|
||||
}
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue