Loading apps/apps.c +1 −0 Original line number Diff line number Diff line Loading @@ -1242,6 +1242,7 @@ ENGINE *setup_engine(BIO *err, const char *engine, int debug) { BIO_printf(err,"can't use that engine\n"); ERR_print_errors(err); ENGINE_free(e); return NULL; } Loading Loading
apps/apps.c +1 −0 Original line number Diff line number Diff line Loading @@ -1242,6 +1242,7 @@ ENGINE *setup_engine(BIO *err, const char *engine, int debug) { BIO_printf(err,"can't use that engine\n"); ERR_print_errors(err); ENGINE_free(e); return NULL; } Loading