summaryrefslogtreecommitdiffstats
path: root/src/method_null.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-03-08 22:38:02 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-03-08 22:38:02 +0100
commitea75116c74feec0541ba3f64a9d1d92e9d67cf2d (patch)
tree0de030ed1969839a2756861a94bdf878c8d5be87 /src/method_null.c
parentc111e07c4ac6e276c9399b56ca8fe342d78c96cc (diff)
downloadfastd-ea75116c74feec0541ba3f64a9d1d92e9d67cf2d.tar
fastd-ea75116c74feec0541ba3f64a9d1d92e9d67cf2d.zip
Add curve25519-fhmqvc-xsalsa20-poly1305 method stub
Diffstat (limited to 'src/method_null.c')
-rw-r--r--src/method_null.c1
1 files changed, 0 insertions, 1 deletions
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 <arpa/inet.h>
-
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");