VirtualBox

Changeset 94115 in vbox


Ignore:
Timestamp:
Mar 7, 2022 4:13:32 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150364
Message:

libs/openssl-3.0.1: Modify dofile.pl to avoid dumping the whole path of the template in the header, bugref:10128

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.1/util/dofile.pl

    r94082 r94115  
    2121use OpenSSL::Template;
    2222
     23use File::Basename; # VBOX addition for basename
     24
    2325# We expect to get a lot of information from configdata, so check that
    2426# it was part of our commandline.
     
    3840    "Generated"
    3941        . (defined($opts{o}) ? " by $opts{o}" : "")
    40         . (scalar(@ARGV) > 0 ? " from " .join(", ", @ARGV) : "")
     42        . (scalar(@ARGV) > 0 ? " from " .join(", ", basename(@ARGV)) : "") # VBOX modified: added basename()
    4143);
    4244
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette