aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/Makefile
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-09-03 17:11:57 +0200
committerJakob Unterwurzacher2021-09-07 18:14:05 +0200
commit69d626b26f5a3f55c752b59af44710b992e2ab76 (patch)
tree030d8b65aedb4a6d8e40c3f9c3552775a38d0669 /internal/stupidgcm/Makefile
parenta3f5a8492a8bc62d8e2a639bd449b425efa66ce2 (diff)
stupidgcm: replace chacha20poly1305_seal with generic aead_seal
Diffstat (limited to 'internal/stupidgcm/Makefile')
-rw-r--r--internal/stupidgcm/Makefile2
1 files changed, 1 insertions, 1 deletions
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