summaryrefslogtreecommitdiffstats
path: root/apps/pkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pkey.c')
-rw-r--r--apps/pkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/pkey.c b/apps/pkey.c
index 426ef92808..48bfda8c34 100644
--- a/apps/pkey.c
+++ b/apps/pkey.c
@@ -180,6 +180,7 @@ int pkey_main(int argc, char **argv)
end:
EVP_PKEY_free(pkey);
+ release_engine(e);
BIO_free_all(out);
BIO_free(in);
OPENSSL_free(passin);