progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / symm / modes.am.in
index 2adbac7..d95a5f1 100644 (file)
@@ -61,6 +61,12 @@ CIPHER_MODES += @{blkc:f}-@blkcciphermode
 CIPHER_MODES += @{hash:f}-@hashciphermode
 %end
 
+## Modes for authenticated encryption.
+AEAD_MODES =
+%repeat
+AEAD_MODES += @{blkc:f}-@blkcaeadmode
+%end
+
 ## Modes for message authentication.
 MAC_MODES =
 %repeat