From 20a95ef2731ce21acfe5c1ba97b40001217b0216 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 Nov 2013 14:34:01 +0100 Subject: Convert aes128-gcm into a generic gcm method --- src/methods/null/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/methods/null') diff --git a/src/methods/null/null.c b/src/methods/null/null.c index cba7931..e93f0cf 100644 --- a/src/methods/null/null.c +++ b/src/methods/null/null.c @@ -33,7 +33,7 @@ struct fastd_method_session_state { }; -static bool method_provides(fastd_context_t *ctx UNUSED, const char *name) { +static bool method_provides(const char *name) { return !strcmp(name, "null"); } -- cgit v1.2.3