aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/proposal/proposal_keywords_static.h
Commit message (Collapse)AuthorAgeFilesLines
* configure: Fix gperf length parameter determinationTobias Brunner2017-10-021-25/+0
| | | | | | | | | | gperf is not actually a build dependency as the generated files are shipped in the tarball. So the type depends on the gperf version on the host that ran gperf and created the tarball, which might not be the same as that on the actual build host, and gperf might not even be installed there, leaving the type undetermined. Fixes: e0e43229736a ("configure: Detect type of length parameter for gperf generated function")
* configure: Detect type of length parameter for gperf generated functionTobias Brunner2017-09-191-1/+1
| | | | | Since 3.1 gperf uses size_t for the length parameter instead of an unsigned int.
* Moved proposal_keywords to proposal_keywords_staticFrancois ten Krooden2012-09-131-0/+25
Added new proposal keywords with function to reference the static keywords.