diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h index 5551426..b950d70 100644 --- a/src/options.h +++ b/src/options.h @@ -75,8 +75,6 @@ struct options { /** Device to capture packets from */ char *pcap_device; #endif - /** Force MD5 based challenge response. */ - int force_md5; /** Force SHA512 based challenge response. */ int force_sha512; /** List all available pcap devices and exit */ |