mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
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…
Add table
Add a link
Reference in a new issue