Stuart Morgan hace 10 años
padre
commit
67e3f5545b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;