diff options
author | Matt Johnston <matt@ucc.asn.au> | 2009-03-01 16:15:57 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2009-03-01 16:15:57 +0000 |
commit | ff763e40057e5a51e142d0c4a6ffb090da465b78 (patch) | |
tree | db341584ccdfc37492f4d74d2ba6c7fd79579149 /packet.h | |
parent | 8e72bbaa9db050e4a0386f89999ff2131c0afdb6 (diff) |
- Get rid of decryptreadbuf, just decrypt in-place with readbuf
- Share make_mac function for both packet creation and validation
- Split recv/trans parts of key_context into their own structures
--HG--
extra : convert_revision : 043bc598c76ed43625987e6937e32238f7ed6240
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ typedef struct PacketType { #define PACKET_PADDING_OFF 4 #define PACKET_PAYLOAD_OFF 5 -#define INIT_READBUF 200 +#define INIT_READBUF 128 #endif /* _PACKET_H_ */ |