mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
openssl: Return correct number of plugin features if ECDH groups are omitted
Fixes: 46a6b062822c ("openssl: Only announce ECDH groups actually supported by OpenSSL")
This commit is contained in:
parent
956b25a4cc
commit
34a6cb858d
@ -881,7 +881,7 @@ METHOD(plugin_t, get_features, int,
|
||||
#endif
|
||||
}
|
||||
*features = f;
|
||||
return countof(f);
|
||||
return count;
|
||||
}
|
||||
|
||||
METHOD(plugin_t, destroy, void,
|
||||
|
Loading…
x
Reference in New Issue
Block a user