aes: calm coverity

This commit is contained in:
Steffen Jaeckel 2014-05-25 00:26:30 +02:00
parent 50d10790e3
commit 4c8949e449

View File

@ -205,6 +205,7 @@ int SETUP(const unsigned char *key, int keylen, int num_rounds, symmetric_key *s
}
} else {
/* this can't happen */
/* coverity[dead_error_line] */
return CRYPT_ERROR;
}