This commit is contained in:
ton
2024-10-07 10:13:40 +07:00
parent aa1631742f
commit 3a7d696db6
9729 changed files with 1832837 additions and 161742 deletions

View File

@@ -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) {