change command line name and version

This commit is contained in:
Zhi Guan
2017-02-14 16:37:54 +08:00
parent 6125eb92b3
commit 9c1bdbdf72
5 changed files with 9 additions and 9 deletions

View File

@@ -676,7 +676,7 @@ lint:
{- # because the program apps/openssl has object files as sources, and
# they then have the corresponding C files as source, we need to chain
# the lookups in %unified_info
my $apps_openssl = catfile("apps","openssl");
my $apps_openssl = catfile("apps","gmssl");
our @openssl_source = map { @{$unified_info{sources}->{$_}} }
@{$unified_info{sources}->{$apps_openssl}};
""; -}