aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/crypto/aes.c1
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.
*