On Sun, Nov 25, 2007 at 04:25:45PM +0200, Mikko Herranen wrote: > Add AEAD support to tcrypt, needed by GCM. ... > @@ -169,6 +172,7 @@ static void test_hash(char *algo, struct hash_testvec *template, > > /* setup the dummy buffer first */ > memset(xbuf, 0, XBUFSIZE); > + memset(axbuf, 0, XBUFSIZE); I was just looking over this code and this line seems to be in the wrong function. I presume it's meant to be in test_aead, right? Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html