diff options
Diffstat (limited to 'src/ciphers/aes/aes.c')
-rw-r--r-- | src/ciphers/aes/aes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ciphers/aes/aes.c b/src/ciphers/aes/aes.c index 8c95215..0e4933f 100644 --- a/src/ciphers/aes/aes.c +++ b/src/ciphers/aes/aes.c @@ -43,6 +43,7 @@ #define ECB_TEST rijndael_test #define ECB_KS rijndael_keysize +#if 0 const struct ltc_cipher_descriptor rijndael_desc = { "rijndael", @@ -51,6 +52,7 @@ const struct ltc_cipher_descriptor rijndael_desc = SETUP, ECB_ENC, ECB_DEC, ECB_TEST, ECB_DONE, ECB_KS, NULL, NULL, NULL, NULL, NULL, NULL, NULL }; +#endif const struct ltc_cipher_descriptor aes_desc = { |