Fix a memory leak in the afalg engine
authorMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2016 15:17:20 +0000 (15:17 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2016 15:17:20 +0000 (15:17 +0000)
commit256ed966d310239cbfa2b09e732fbda55ef75ca5
tree69241497a6c71058d14f21226eab822bac17a84a
parentb33c5ffeea346fe671ff72b93ede3faa9ef6b865
Fix a memory leak in the afalg engine

The AFALG engine created a global EVP_CIPHER instance but was not freeing
it up when the engine was destroyed.

Reviewed-by: Rich Salz <rsalz@openssl.org>
engines/afalg/e_afalg.c