From a02fb0711ba496877c111b118b78d404151a8b8d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 26 Mar 2012 03:06:03 +0200 Subject: Initial implementation of the FHMQV-C handshake --- src/config.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index db178df..f21e875 100644 --- a/src/config.c +++ b/src/config.c @@ -345,9 +345,6 @@ void fastd_configure(fastd_context *ctx, fastd_config *conf, int argc, char *con ok = false; } - if (ok) - ok = conf->protocol->check_config(ctx, conf); - if (!ok) exit_error(ctx, "config error"); } -- cgit v1.2.3