update
This commit is contained in:
8
.CondaPkg/env/Library/bin/c_rehash.pl
vendored
8
.CondaPkg/env/Library/bin/c_rehash.pl
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env perl
|
||||
#!C:\b\abs_25mqphatbo\croot\openssl_1725545335595\_build_env\Library\bin\perl
|
||||
|
||||
# WARNING: do not edit!
|
||||
# Generated by makefile from tools\c_rehash.in
|
||||
@@ -12,8 +12,8 @@
|
||||
# Perl c_rehash script, scan all files in a directory
|
||||
# and add symbolic links to their hash values.
|
||||
|
||||
my $dir = "C:/Users/naraw/Desktop/New folder/ImageUtils/.CondaPkg/env\\Library";
|
||||
my $prefix = "C:/Users/naraw/Desktop/New folder/ImageUtils/.CondaPkg/env\\Library";
|
||||
my $dir = "C:\\Program Files\\Common Files\\ssl";
|
||||
my $prefix = "C:/Users/pitak/Desktop/ton/winedata/privatejuliapkg/ImageUtils/.CondaPkg/env\\Library";
|
||||
|
||||
my $errorcount = 0;
|
||||
my $openssl = $ENV{OPENSSL} || "openssl";
|
||||
@@ -144,7 +144,7 @@ sub hash_dir {
|
||||
}
|
||||
}
|
||||
}
|
||||
FILE: foreach $fname (grep {/\.(pem|crt|cer|crl)$/} @flist) {
|
||||
FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) {
|
||||
# Check to see if certificates and/or CRLs present.
|
||||
my ($cert, $crl) = check_file($fname);
|
||||
if (!$cert && !$crl) {
|
||||
|
||||
Reference in New Issue
Block a user