Fix for PEM_X509_INFO_read_bio.
authorKaspar Brand <ossl-rt@velox.ch>
Tue, 6 Aug 2013 15:01:47 +0000 (16:01 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 6 Aug 2013 15:05:19 +0000 (16:05 +0100)
commit6c03af135b285429a71ab3dac953ad9a70d8a1ac
treec6786d7bfb4550655a900019e196c348cef7b8f4
parent5cd1aa4f1533c84fb78f04f827496fb339e34fc5
Fix for PEM_X509_INFO_read_bio.

PR: 3028
Fix bug introduced in PEM_X509_INFO_bio which wouldn't process RSA keys
correctly if they appeared first.
(cherry picked from commit 5ae8d6bcbaff99423a2608559d738a3fcf7ed6dc)
crypto/pem/pem_info.c