X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fperlvars.pm;h=01234f189bfed4a69537bd42ce17193ddaf38a42;hp=ca62ca5ce9c08cf8bac77f104140f67d18188a60;hb=625c781dc76df145cfd30eeff7b6de7dfcc8afc7;hpb=9fcb9702fba8aa135945f96aefddf050a6f4f11d diff --git a/doc/perlvars.pm b/doc/perlvars.pm index ca62ca5ce9..01234f189b 100644 --- a/doc/perlvars.pm +++ b/doc/perlvars.pm @@ -82,9 +82,12 @@ $OpenSSL::safe::opt_trust_synopsis = "" . "[B<-CAfile> I]\n" . "[B<-no-CAfile>]\n" . "[B<-CApath> I]\n" -. "[B<-no-CApath>]"; +. "[B<-no-CApath>]\n" +. "[B<-CAstore> I]\n" +. "[B<-no-CAstore>]"; $OpenSSL::safe::opt_trust_item = "" -. "=item B<-CAfile> I, B<-no-CAfile>, B<-CApath> I, B<-no-CApath>\n" +. "=item B<-CAfile> I, B<-no-CAfile>, B<-CApath> I, B<-no-CApath>,\n" +. "B<-CAstore> I, B<-no-CAstore>\n" . "\n" . "See L for details."; @@ -127,3 +130,11 @@ $OpenSSL::safe::opt_s_item = "" . "B<-record_padding> I, B<-debug_broken_protocol>, B<-no_middlebox>\n" . "\n" . "See L 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;