diff session.h @ 753:d63ef1e211ea

Take transmit and receive keys into use separately
author Matt Johnston <matt@ucc.asn.au>
date Thu, 04 Apr 2013 00:18:50 +0800
parents 077bbe1eb220
children 2f1c199b6e4b
line wrap: on
line diff
--- a/session.h	Wed Apr 03 23:54:58 2013 +0800
+++ b/session.h	Thu Apr 04 00:18:50 2013 +0800
@@ -78,6 +78,7 @@
 #endif
 	} cipher_state;
 	unsigned char mackey[MAX_MAC_LEN];
+	int valid;
 };
 
 struct key_context {