]> granicus.if.org Git - openssl/commit
In engine_table_select() don't clear out entire error queue: just clear
authorDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jan 2010 17:53:11 +0000 (17:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jan 2010 17:53:11 +0000 (17:53 +0000)
commit0369804ffa977b8c0adae3e7c486db66a30ca62e
tree5f6d9bd203094703231ab6c1023e788d37c2f5c7
parent33d7b5ec07dc6cb4b548ae1294002a6847000d26
In engine_table_select() don't clear out entire error queue: just clear
out any we added using ERR_set_mark() and ERR_pop_to_mark() otherwise
errors from other sources (e.g. SSL library) can be wiped.
crypto/engine/eng_table.c