Sample output for c_rehash -v on ucrt64 env:
Doing .
.0nk my.pem ->
472bcb3c
.0nk ca-bundle.crt ->
cd8c0d63
WARNING: Skipping duplicate certificate ca-bundle.trust.crt
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28996)
(cherry picked from commit
331c2c71c97b8923f186f6661c6e03572fb34063)
print STDERR "Cannot compute hash on '$fname'\n";
return;
}
+ binmode($fh, ":crlf");
}
return (<$fh>, <$fh>);
}