Stuart Morgan 10 vuotta sitten
vanhempi
commit
67e3f5545b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/hashcat-cli.c

+ 1 - 1
src/hashcat-cli.c

@@ -2841,7 +2841,7 @@ void save_hash ()
 }
 
 #ifdef POSIX
-#if !defined(OSX) 
+#if defined(OSX) || defined(FREEBSD)
 
 static struct termios savemodes;
 static int havemodes = 0;