apps: instead of varying implementation, make setup_engine a function always
[openssl.git] / apps / apps.h
index da4cc363846dd3959a49cda996af2c935fa901f2..9dc473767e13cf91622d1078a34e0500973b5a72 100644 (file)
@@ -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,