From ea75116c74feec0541ba3f64a9d1d92e9d67cf2d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 8 Mar 2012 22:38:02 +0100 Subject: Add curve25519-fhmqvc-xsalsa20-poly1305 method stub --- src/method_null.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/method_null.c') diff --git a/src/method_null.c b/src/method_null.c index eb9ff64..e8d8f58 100644 --- a/src/method_null.c +++ b/src/method_null.c @@ -34,7 +34,6 @@ #include - static bool method_check_config(fastd_context *ctx, const fastd_config *conf) { if (conf->n_floating > 1) { pr_error(ctx, "with method `null' use can't define more than one floating peer"); -- cgit v1.2.3