diff options
author | Jakob Unterwurzacher | 2021-09-03 17:11:57 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-09-07 18:14:05 +0200 |
commit | 69d626b26f5a3f55c752b59af44710b992e2ab76 (patch) | |
tree | 030d8b65aedb4a6d8e40c3f9c3552775a38d0669 /internal/stupidgcm/Makefile | |
parent | a3f5a8492a8bc62d8e2a639bd449b425efa66ce2 (diff) |
stupidgcm: replace chacha20poly1305_seal with generic aead_seal
Diffstat (limited to 'internal/stupidgcm/Makefile')
-rw-r--r-- | internal/stupidgcm/Makefile | 2 |
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 |