updates.
[crypto.git] / lib / silccrypt / tests / test_hmacsha1.c
index a5a67b61fe6bec3f6061d8d38ba0b13d9c98fa77..b1950cd7b26dbd3f2e14868602b49e376e48e361 100644 (file)
@@ -34,8 +34,8 @@ int main(int argc, char **argv)
   SilcHmac hmac;
   
   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*,*sha1*,*hmac*");
   }