aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-03-30 13:48:51 +0200
committerTobias Brunner <tobias@strongswan.org>2016-03-31 09:25:19 +0200
commite8bddd64fc48753d29250312f6145bb174a9ad4f (patch)
treef2aefef47714d1199fb1990826886c7de013756c
parentc545688788749a58ca153cf721d8bf24d08371ba (diff)
downloadstrongswan-e8bddd64fc48753d29250312f6145bb174a9ad4f.tar.bz2
strongswan-e8bddd64fc48753d29250312f6145bb174a9ad4f.tar.xz
proposal: Use standard integer types for static keywords
-rw-r--r--src/libstrongswan/crypto/proposal/proposal_keywords_static.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/proposal/proposal_keywords_static.txt b/src/libstrongswan/crypto/proposal/proposal_keywords_static.txt
index da92409ca..a3c5c0f3a 100644
--- a/src/libstrongswan/crypto/proposal/proposal_keywords_static.txt
+++ b/src/libstrongswan/crypto/proposal/proposal_keywords_static.txt
@@ -25,8 +25,8 @@
struct proposal_token {
char *name;
transform_type_t type;
- u_int16_t algorithm;
- u_int16_t keysize;
+ uint16_t algorithm;
+ uint16_t keysize;
};
%%
null, ENCRYPTION_ALGORITHM, ENCR_NULL, 0