Revert refactoring which broke CentOS build
This commit is contained in:
@@ -407,8 +407,8 @@ static void add_entry(private_crypto_factory_t *this, linked_list_t *list,
|
|||||||
.algo = algo,
|
.algo = algo,
|
||||||
.plugin_name = plugin_name,
|
.plugin_name = plugin_name,
|
||||||
.speed = speed,
|
.speed = speed,
|
||||||
.create = create,
|
|
||||||
);
|
);
|
||||||
|
entry->create = create;
|
||||||
|
|
||||||
this->lock->write_lock(this->lock);
|
this->lock->write_lock(this->lock);
|
||||||
enumerator = list->create_enumerator(list);
|
enumerator = list->create_enumerator(list);
|
||||||
|
|||||||
Reference in New Issue
Block a user