use ERR_peek_last_error() instead of ERR_peek_error() to ignore
authorBodo Möller <bodo@openssl.org>
Thu, 28 Feb 2002 14:03:41 +0000 (14:03 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 28 Feb 2002 14:03:41 +0000 (14:03 +0000)
commit98fa4fce098f2e40ed6ccbc03782bfb2466fb4c7
tree49afde645bfb7da184041608cec474154b918984
parent1ec1d17e1605b4a0f2f0b6583b4816585b98be2b
use ERR_peek_last_error() instead of ERR_peek_error() to ignore
any other errors that may be left in the error queue

Submitted by: Jeffrey Altman
crypto/pem/pem_info.c