commit | 4fee79b88573fed74f60254982bdbfcfb2dfb2eb | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Sep 19 18:09:14 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 10:58:59 2013 +0200 |
tree | 3d65c4afd747d7627a00b32a409802afc3a3ce5b | |
parent | 387a211fade2cdfa5d9e24aa70e5515b7a843205 [diff] [blame] |
Fix some more depend issues
diff --git a/library/cipher.c b/library/cipher.c index 4abc427..d14781b 100644 --- a/library/cipher.c +++ b/library/cipher.c
@@ -728,7 +728,7 @@ diff |= tag[i] ^ check_tag[i]; if( diff != 0 ) - return( POLARSSL_ERR_GCM_AUTH_FAILED ); + return( POLARSSL_ERR_CIPHER_AUTH_FAILED ); return( 0 ); }