From efcafca969d2e789cdf106609b04a86ef9b53a3d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 28 May 2014 05:53:26 +0200 Subject: Simplify configuration of cipher and MAC implementations Let the cipher and MAC handlers just store the chosen implementations themselves instead of relying on the global configuration. --- 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 3dd5568..0b326b0 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -201,9 +201,6 @@ struct fastd_config { char *secret; /**< The configured secret key */ - const fastd_cipher_t **ciphers; /**< All supported ciphers */ - const fastd_mac_t **macs; /**< All supported message authentication codes */ - fastd_peer_group_t *peer_group; /**< The root peer group configuration */ fastd_peer_config_t *peers; /**< The configured peers */ -- cgit v1.2.3