When only the key is given to "enc", the IV is undefined
[openssl.git] / apps / engine.c
index 537aefd131b5b3a886e8e4d2c0f174231f18a46b..1308b6b7f163a8fa492bf14ec85077b275de34d4 100644 (file)
@@ -486,5 +486,6 @@ end:
        sk_pop_free(pre_cmds, identity);
        sk_pop_free(post_cmds, identity);
        if (bio_out != NULL) BIO_free_all(bio_out);
+       apps_shutdown();
        EXIT(ret);
        }