Upgrade libtomcrypt
This commit is contained in:
@@ -15,14 +15,9 @@
|
||||
*/
|
||||
int cfb_done(symmetric_CFB *cfb)
|
||||
{
|
||||
int err;
|
||||
LTC_ARGCHK(cfb != NULL);
|
||||
|
||||
if ((err = cipher_is_valid(cfb->cipher)) != CRYPT_OK) {
|
||||
return err;
|
||||
}
|
||||
cipher_descriptor[cfb->cipher].done(&cfb->key);
|
||||
return CRYPT_OK;
|
||||
return ecb_done(&cfb->ecb);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user