70-test_sslvertol.t: skip test 1 and 2 if too few protocols are enabled
[openssl.git] / apps / rsautl.c
index 268c86cfd9bcb4b7b84e025f8f667612645478e2..e5c1524813e4c0bdad8e8398c3f8e28a5e192e89 100644 (file)
@@ -267,6 +267,7 @@ int rsautl_main(int argc, char **argv)
         BIO_write(out, rsa_out, rsa_outlen);
  end:
     RSA_free(rsa);
+    release_engine(e);
     BIO_free(in);
     BIO_free_all(out);
     OPENSSL_free(rsa_in);