Style fixes and use the source parameter so the OCSP path works
[openssl.git] / apps / dgst.c
index 2fb5a758d05706894eb9f737644988b96d1ff510..48ab5493c7e247c4fe0c3dfeb821bbb088662ddf 100644 (file)
@@ -398,6 +398,7 @@ int dgst_main(int argc, char **argv)
     sk_OPENSSL_STRING_free(macopts);
     OPENSSL_free(sigbuf);
     BIO_free(bmd);
+    release_engine(e);
     return (ret);
 }