X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2Fshared.c;h=2eb60973036122eb32cb50d4b6c72442f357ee02;hb=69122fb5541575f7f20e1dee855a5f9eab6f57a9;hp=2cc6d9f887258c4a8048a8d6387ab060fdf29c91;hpb=67a8d97675ce50f6692e17eeb826da604b18cd05;p=hashcat.git diff --git a/src/shared.c b/src/shared.c index 2cc6d9f..2eb6097 100644 --- a/src/shared.c +++ b/src/shared.c @@ -2334,12 +2334,12 @@ void drupal7_encode (u8 digest[64], u8 buf[43]) */ #ifdef LINUX -static struct termio savemodes; +static struct termios savemodes; static int havemodes = 0; int tty_break() { - struct termio modmodes; + struct termios modmodes; if (ioctl (fileno (stdin), TCGETA, &savemodes) < 0) return -1;