From 5cb3761063b4f3a49335e529683fc710cfbec0e8 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 26 Sep 2024 00:57:17 -0400 Subject: lib: crypto: Remove extra whitespace Signed-off-by: Ian Moffett --- lib/crypto/aes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/crypto') 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. * -- cgit v1.2.3