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/fastd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index e513a1d..4290421 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -300,9 +300,6 @@ struct fastd_context { fastd_stats_t tx_dropped; fastd_stats_t tx_error; - fastd_cipher_context_t **cipher_contexts; - fastd_mac_context_t **mac_contexts; - size_t eth_addr_size; size_t n_eth_addr; fastd_peer_eth_addr_t *eth_addr; -- cgit v1.2.3