Fix a comment

This commit is contained in:
Michał Trojnara
2025-06-20 09:58:45 +02:00
parent 0c85d54800
commit e81b08e02d

View File

@ -4362,7 +4362,7 @@ static int read_crypto_params(GLOBAL_OPTIONS *options)
(void)provider_load(options->provider);
}
#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);
}
#if OPENSSL_VERSION_NUMBER<0x1010108f