From 69d626b26f5a3f55c752b59af44710b992e2ab76 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 3 Sep 2021 17:11:57 +0200 Subject: stupidgcm: replace chacha20poly1305_seal with generic aead_seal --- internal/stupidgcm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/stupidgcm/Makefile') diff --git a/internal/stupidgcm/Makefile b/internal/stupidgcm/Makefile index 19f9914..22e3b2e 100644 --- a/internal/stupidgcm/Makefile +++ b/internal/stupidgcm/Makefile @@ -4,4 +4,4 @@ gcc: .PHONY: format format: - clang-format --style=WebKit -i *.c + clang-format --style=WebKit -i *.c *.h -- cgit v1.2.3