sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in ENGINE_cleanup().
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Oct 2001 17:15:28 +0000 (17:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Oct 2001 17:15:28 +0000 (17:15 +0000)
commit1cf9d58cb4ca8dfe6a504357866bd710bebba806
treef6c88e7bfe7e9fcd062f71edd95da75f2f96d529
parent0cff93341672f188e492101307dc56756489108d
sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in ENGINE_cleanup().
Let's use sk_ENGINE_CLEANUP_ITEM_pop_free() instead.
crypto/engine/eng_lib.c