Fix param order in RSA_get0_key
authorMatt Caswell <matt@openssl.org>
Mon, 1 Aug 2016 11:10:11 +0000 (12:10 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 1 Aug 2016 11:10:11 +0000 (12:10 +0100)
commit1e7c159d0dd8dcbb77bab412e40daa34ab2ed749
tree345c6a2b2fe1c26b28273d7e9534aceb7a576ba6
parent68e71e9d000b72d964eb8b4106a1d879a0da4908
Fix param order in RSA_get0_key

Some calls to RSA_get0_key had the parameters in the wrong order causing a
failure.

GitHub Issue #1368

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/pem/pvkfmt.c