mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-09 00:00:53 -04:00
Revert refactoring which broke CentOS build
This commit is contained in:
parent
1ca57d497f
commit
6623dfa84d
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user