If an engine comes up explicitely, it must also come down explicitely
[openssl.git] / apps / apps.h
index 6083780a7873fe827bb34c51ff46eff8f59aa7af..da4cc363846dd3959a49cda996af2c935fa901f2 100644 (file)
@@ -435,6 +435,7 @@ __owur int ctx_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
 # else
 ENGINE *setup_engine(const char *engine, int debug);
 # endif
+void release_engine(ENGINE *e);
 # ifndef OPENSSL_NO_OCSP
 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
                                  const char *host, const char *path,