mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
minor: add use "warnings"; to every perl script
This commit is contained in:
parent
b35a7fc72e
commit
325d1c0cd0
@ -6,6 +6,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use Authen::Passphrase::NTHash;
|
use Authen::Passphrase::NTHash;
|
||||||
use Digest::HMAC qw (hmac hmac_hex);
|
use Digest::HMAC qw (hmac hmac_hex);
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use Authen::Passphrase::NTHash;
|
use Authen::Passphrase::NTHash;
|
||||||
use Digest::HMAC qw (hmac hmac_hex);
|
use Digest::HMAC qw (hmac hmac_hex);
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use Digest::SHA qw (sha256);
|
use Digest::SHA qw (sha256);
|
||||||
use MIME::Base64 qw (encode_base64);
|
use MIME::Base64 qw (encode_base64);
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use Digest::SHA qw (sha1);
|
use Digest::SHA qw (sha1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user