LTC_CHACHA_STREAM >> LTC_CHACHA

This commit is contained in:
Karel Miko
2017-04-28 19:24:58 +02:00
parent dd35e86c60
commit 0df0c9b12c
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ int cipher_hash_test(void)
}
/* stream ciphers */
#ifdef LTC_CHACHA_STREAM
#ifdef LTC_CHACHA
DO(chacha_test());
#endif
#ifdef LTC_RC4_STREAM