mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:51:04 +01:00
freebsd-update: rsautl is deprecated, use pkeyutl
The command openssl-rsautl(1) has been deprecated in OpenSSL 3.0. The openssl-pkeyutl(1) command should be used instead. Signed-off-by: Jose Luis Duran <jlduran@gmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1309
This commit is contained in:
parent
12545b8583
commit
7220a45bcc
@ -1307,7 +1307,7 @@ fetch_tag () {
|
||||
return 1
|
||||
fi
|
||||
|
||||
openssl rsautl -pubin -inkey pub.ssl -verify \
|
||||
openssl pkeyutl -pubin -inkey pub.ssl -verifyrecover \
|
||||
< latest.ssl > tag.new 2>${QUIETREDIR} || true
|
||||
rm latest.ssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user