Commit 63db6b77 authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

Trust RSA_check_key() to return correct values



In apps/rsa.c, we were second guessing RSA_check_key() to leave error
codes lying around without returning -1 properly.  However, this also
catches other errors that are lying around and that we should not care
about.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 55d83bf7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment