CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/15 00:16:42
Modified files:
usr.bin/openssl: pkeyutl.c
Log message:
Make 'openssl pkeyutl -verify' return exit code 0 on success.
Previously, it returned '1' regardless of whether is succeeded or failed. This
is now fixed in the OpenSSL master branch as well. Thanks to Kinichiro Inoguchi
for pointing it out.
ok @deraadt
