updates.
[crypto.git] / lib / silccrypt / tests / test_aes.c
index 11f8076c36546cc9ffc238a69ac45cfc8b4a00f7..6a802ece007e7d827b9bb7f477308ec6ddfbcdd6 100644 (file)
@@ -28,8 +28,8 @@ int main(int argc, char **argv)
   int i;
 
   if (argc > 1 && !strcmp(argv[1], "-d")) {
-    silc_debug = 1;
-    silc_debug_hexdump = 1;
+    silc_log_debug(TRUE);
+    silc_log_debug_hexdump(TRUE);
     silc_log_set_debug_string("*crypt*,*aes*,*cipher*");
   }