From 6ca762495254e88f59713421d18c55b691bf6a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 2 Jun 2015 09:55:32 +0100 Subject: [PATCH] Mark unused constant as such --- include/polarssl/cipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index ef8d2811f0..00c42c1d4d 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h @@ -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,