aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/crypto.h')
-rw-r--r--src/config/crypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/crypto.h b/src/config/crypto.h
index 7c0251758..76bf14d41 100644
--- a/src/config/crypto.h
+++ b/src/config/crypto.h
@@ -18,6 +18,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/** AES-CBC block cipher */
#define CRYPTO_CIPHER_AES_CBC
+/** AES-GCM block cipher */
+#define CRYPTO_CIPHER_AES_GCM
+
/** MD4 digest algorithm */
//#define CRYPTO_DIGEST_MD4