mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-02 19:22:47 -05:00
Fix a comment
This commit is contained in:
@ -4362,7 +4362,7 @@ static int read_crypto_params(GLOBAL_OPTIONS *options)
|
|||||||
(void)provider_load(options->provider);
|
(void)provider_load(options->provider);
|
||||||
}
|
}
|
||||||
#endif /* OPENSSL_VERSION_NUMBER>=0x30000000L */
|
#endif /* OPENSSL_VERSION_NUMBER>=0x30000000L */
|
||||||
/* Load the the private key ('-key' option) */
|
/* Load the private key ('-key' option) */
|
||||||
load_objects_from_store(options->keyfile, options->pass, &options->pkey, NULL, NULL);
|
load_objects_from_store(options->keyfile, options->pass, &options->pkey, NULL, NULL);
|
||||||
}
|
}
|
||||||
#if OPENSSL_VERSION_NUMBER<0x1010108f
|
#if OPENSSL_VERSION_NUMBER<0x1010108f
|
||||||
|
Reference in New Issue
Block a user