aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-01 17:20:28 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-01 17:20:28 +0000
commitb485e5b7e3b2eb8289bf3948d02cc79b9951ba86 (patch)
treec24cb00f8cbe2168a7c863301a914fe231e2a003 /crypto/engine/eng_lib.c
parentd1cc7b8f227f09384f35ad34e2d4d7530fe59214 (diff)
downloadopenssl-b485e5b7e3b2eb8289bf3948d02cc79b9951ba86.tar.gz
Woopsie...
Diffstat (limited to 'crypto/engine/eng_lib.c')
-rw-r--r--crypto/engine/eng_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c
index d29258c04e..5103fd4154 100644
--- a/crypto/engine/eng_lib.c
+++ b/crypto/engine/eng_lib.c
@@ -160,7 +160,7 @@ void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb)
static void engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item)
{
(*(item->cb))();
- OPENSSL_free(cb);
+ OPENSSL_free(item);
}
void ENGINE_cleanup(void)
{