mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
fixed type
This commit is contained in:
parent
bf870ffbe7
commit
7e82d26dd8
@ -89,7 +89,7 @@ METHOD(imv_state_t, destroy, void,
|
|||||||
free(this);
|
free(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
METHOD(imv_state_t, another_round, bool,
|
METHOD(imv_test_state_t, another_round, bool,
|
||||||
private_imv_test_state_t *this)
|
private_imv_test_state_t *this)
|
||||||
{
|
{
|
||||||
return (this->rounds-- > 0);
|
return (this->rounds-- > 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user