fewer NO_ENGINE #ifdef's
[openssl.git] / apps / genpkey.c
index 5130b40a82cf00862f04eb86f91021af480e03fd..ae68e7a4427110d0c9b92e2553c3f0728ab88cb9 100644 (file)
@@ -128,11 +128,9 @@ int genpkey_main(int argc, char **argv)
         case OPT_PASS:
             passarg = opt_arg();
             break;
-#ifndef OPENSSL_NO_ENGINE
         case OPT_ENGINE:
             e = setup_engine(opt_arg(), 0);
             break;
-#endif
         case OPT_PARAMFILE:
             if (do_param == 1)
                 goto opthelp;