In engine_table_select() don't clear out entire error queue: just clear
authorDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jan 2010 17:50:23 +0000 (17:50 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jan 2010 17:50:23 +0000 (17:50 +0000)
commitdf21765a3e8aa22786070a17012f7e371218ab81
treef9467ee917f354146b3be3944b763bf021c463b9
parent5a6ae115f86024805a43193d7ab5756b9d74c58f
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.
apps/s_server.c
crypto/engine/eng_table.c