updates.
[crypto.git] / lib / silccrypt / tests / test_md5.c
index 5f9ac5c1200f30aab6ffe0677c4d381dc893c656..cb6db76cbec4adbae7bdf65df43756861ab939f4 100644 (file)
@@ -21,8 +21,8 @@ int main(int argc, char **argv)
   SilcHash md5;
   
   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*,*hash*,*md5*");
   }