proposal: Use standard integer types for static keywords

This commit is contained in:
Tobias Brunner
2016-03-31 09:25:19 +02:00
parent c545688788
commit e8bddd64fc
@@ -25,8 +25,8 @@
struct proposal_token { struct proposal_token {
char *name; char *name;
transform_type_t type; transform_type_t type;
u_int16_t algorithm; uint16_t algorithm;
u_int16_t keysize; uint16_t keysize;
}; };
%% %%
null, ENCRYPTION_ALGORITHM, ENCR_NULL, 0 null, ENCRYPTION_ALGORITHM, ENCR_NULL, 0