From 4c8949e449e2a8ea99cea2524f9bf073cfc0445f Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sun, 25 May 2014 00:26:30 +0200 Subject: [PATCH] aes: calm coverity --- src/ciphers/aes/aes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ciphers/aes/aes.c b/src/ciphers/aes/aes.c index 29d7ed2..3a16507 100644 --- a/src/ciphers/aes/aes.c +++ b/src/ciphers/aes/aes.c @@ -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; }