proposal: Remove unused strip_dh() method

This commit is contained in:
Tobias Brunner
2019-10-24 17:43:21 +02:00
parent a2cb2c9cc8
commit ec93acff03
2 changed files with 0 additions and 40 deletions
@@ -131,13 +131,6 @@ struct proposal_t {
*/
bool (*promote_dh_group)(proposal_t *this, diffie_hellman_group_t group);
/**
* Strip DH groups from proposal to use it without PFS.
*
* @param keep group to keep (MODP_NONE to remove all)
*/
void (*strip_dh)(proposal_t *this, diffie_hellman_group_t keep);
/**
* Compare two proposal, and select a matching subset.
*