Browse Source

aes: calm coverity

Steffen Jaeckel 11 years ago
parent
commit
4c8949e449
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ciphers/aes/aes.c

+ 1 - 0
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;
     }