Latest update.
This commit is contained in:
+3
-3
@@ -31,7 +31,7 @@ static void ossl_method_construct_this(OSSL_PROVIDER *provider,
|
||||
struct construct_data_st *data = cbdata;
|
||||
void *method = NULL;
|
||||
|
||||
if ((method = data->mcm->construct(algo->algorithm_name,
|
||||
if ((method = data->mcm->construct(algo->algorithm_names,
|
||||
algo->implementation, provider,
|
||||
data->mcm_data)) == NULL)
|
||||
return;
|
||||
@@ -53,12 +53,12 @@ static void ossl_method_construct_this(OSSL_PROVIDER *provider,
|
||||
* add to the global store
|
||||
*/
|
||||
data->mcm->put(data->libctx, NULL, method, provider,
|
||||
data->operation_id, algo->algorithm_name,
|
||||
data->operation_id, algo->algorithm_names,
|
||||
algo->property_definition, data->mcm_data);
|
||||
}
|
||||
|
||||
data->mcm->put(data->libctx, data->store, method, provider,
|
||||
data->operation_id, algo->algorithm_name,
|
||||
data->operation_id, algo->algorithm_names,
|
||||
algo->property_definition, data->mcm_data);
|
||||
|
||||
/* refcnt-- because we're dropping the reference */
|
||||
|
||||
Reference in New Issue
Block a user