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:
Jose Luis Duran 2024-06-24 07:08:01 +00:00 committed by Warner Losh
parent 12545b8583
commit 7220a45bcc

View File

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