Mark unused constant as such
This commit is contained in:
parent
5866848092
commit
6ca7624952
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ typedef enum {
|
|||
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,
|
||||
|
|
Loading…
Reference in a new issue