diff options
author | Ian Moffett <ian@osmora.org> | 2024-09-26 00:57:17 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-09-26 00:57:17 -0400 |
commit | 5cb3761063b4f3a49335e529683fc710cfbec0e8 (patch) | |
tree | 2b131acda2836b0f2bd5713742ece927ff30ab1c | |
parent | 60e57ce534b9d86c01f9113bf791923ae2fd9148 (diff) |
lib: crypto: Remove extra whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | lib/crypto/aes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/aes.c b/lib/crypto/aes.c index 941b5c5..ea9fe98 100644 --- a/lib/crypto/aes.c +++ b/lib/crypto/aes.c @@ -135,7 +135,6 @@ aes256_encrypt(const unsigned char *data, size_t len, return 0; } - /* * Decrypt 'data' with AES-256-GCM. * |