Commit ea9b8d84 authored by Pauli's avatar Pauli Committed by Rich Salz
Browse files

Remove unused variable



Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2566)
(cherry picked from commit a19a6c81)
parent f8b21b98
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ static void list_type(FUNC_TYPE ft);
static void list_disabled(void);
char *default_config_file = NULL;

static CONF *config = NULL;
BIO *bio_in = NULL;
BIO *bio_out = NULL;
BIO *bio_err = NULL;
@@ -248,8 +247,6 @@ int main(int argc, char *argv[])
 end:
    OPENSSL_free(copied_argv);
    OPENSSL_free(default_config_file);
    NCONF_free(config);
    config = NULL;
    lh_FUNCTION_free(prog);
    OPENSSL_free(arg.argv);