summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-19 19:49:22 +0200
committerRichard Levitte <levitte@openssl.org>2016-10-19 19:49:22 +0200
commit907c6c86331243897b80f37895a14de1e7957541 (patch)
tree241c80b60e53020db5e6700edb7490e4558d8ffa /apps/apps.h
parentdd1abd4462e4e4fa84b8f8de2ec70375f9b0e191 (diff)
apps: instead of varying implementation, make setup_engine a function always
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1643)
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/apps.h b/apps/apps.h
index da4cc36384..9dc473767e 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -430,12 +430,9 @@ __owur int ctx_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
#endif
-# ifdef OPENSSL_NO_ENGINE
-# define setup_engine(engine, debug) NULL
-# 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,