X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/609affae0305784d87f2357488fba35699a04098..25f3ce6a509ff9e3a354303023cb2028e9f83b95:/progs/catcrypt.c diff --git a/progs/catcrypt.c b/progs/catcrypt.c index 72c77807..c31a3d93 100644 --- a/progs/catcrypt.c +++ b/progs/catcrypt.c @@ -51,6 +51,7 @@ #include "key.h" #include "cc.h" +#include "gaead.h" #include "ectab.h" #include "ptab.h" @@ -572,6 +573,8 @@ static int decrypt(int argc, char *argv[]) enctab[i].name, enctab[i].name) \ LI("Symmetric encryption algorithms", cipher, \ gciphertab[i], gciphertab[i]->name) \ + LI("Authenticated encryption schemes", aead, \ + gaeadtab[i], gaeadtab[i]->name) \ LI("Hash functions", hash, \ ghashtab[i], ghashtab[i]->name) \ LI("Message authentication codes", mac, \