From 1111dc8e5e9e78254c1a7a891d961713e1be9db0 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 29 Nov 2013 23:18:21 +0100 Subject: Remove cipher and MAC contexts Not a single implementation was using them... --- src/types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 2796f38..fc26f3a 100644 --- a/src/types.h +++ b/src/types.h @@ -143,10 +143,7 @@ typedef struct fastd_protocol_peer_state fastd_protocol_peer_state_t; typedef struct fastd_method_session_state fastd_method_session_state_t; -typedef struct fastd_cipher_context fastd_cipher_context_t; typedef struct fastd_cipher_state fastd_cipher_state_t; - -typedef struct fastd_mac_context fastd_mac_context_t; typedef struct fastd_mac_state fastd_mac_state_t; #endif /* _FASTD_TYPES_H_ */ -- cgit v1.2.3