commit | 6ca762495254e88f59713421d18c55b691bf6a60 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 02 09:55:32 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 02 09:55:32 2015 +0100 |
tree | 0388180c7d0137fc9444f6836df0b88f4526f2d5 | |
parent | 5866848092ae813f569633ae6a569a19b29c93a9 [diff] [blame] |
Mark unused constant as such
diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index ef8d281..00c42c1 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h
@@ -74,7 +74,7 @@ POLARSSL_CIPHER_ID_NULL, POLARSSL_CIPHER_ID_AES, POLARSSL_CIPHER_ID_DES, - POLARSSL_CIPHER_ID_3DES, + POLARSSL_CIPHER_ID_3DES, /* Unused! */ POLARSSL_CIPHER_ID_CAMELLIA, POLARSSL_CIPHER_ID_BLOWFISH, POLARSSL_CIPHER_ID_ARC4,