moved definition of proposal_token from proposal.c to proposal_keywords.h

This commit is contained in:
Andreas Steffen
2009-05-19 10:02:24 +02:00
parent 39ded7128c
commit 5908478527
2 changed files with 9 additions and 7 deletions
-7
View File
@@ -572,13 +572,6 @@ static void check_proposal(private_proposal_t *this)
}
}
struct proposal_token {
char *name;
transform_type_t type;
u_int16_t algorithm;
u_int16_t keysize;
};
/**
* add a algorithm identified by a string to the proposal.
*/