added libtomcrypt-1.02

This commit is contained in:
Tom St Denis
2005-04-19 11:30:30 +00:00
committed by Steffen Jaeckel
parent 6ac9952498
commit 65c1317eee
14 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ int pelican_done(pelican_state *pelmac, unsigned char *out)
}
pelmac->state[pelmac->buflen++] ^= 0x80;
aes_ecb_encrypt(pelmac->state, out, &pelmac->K);
aes_done(&pelmac->K);
aes_done(&pelmac->K);
return CRYPT_OK;
}