summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-09 19:52:22 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-09 19:52:22 +0200
commit6e710dcac95a402acb2f07db549a12f526b700a1 (patch)
tree79f1b1d8e8b2228610373bcf18c97d9c332c2745 /src/main.c
parentb2883167d5db98d279687ea009950569568316a3 (diff)
download0xFFFF-6e710dcac95a402acb2f07db549a12f526b700a1.tar.bz2
Remove old hash.c code
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 95e4b16..f9fd60a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -416,9 +416,9 @@ int main(int argc, char **argv)
while((c = getopt(argc, argv, "QC:cp:PvVhRu:ib:U:r:e:ld:I:D:f:F:s:xH:S:n")) != -1) {
switch(c) {
- case 'H':
- printf("xorpair: %04x\n", do_hash_file(optarg, NULL));
- return 0;
+// case 'H':
+// printf("xorpair: %04x\n", do_hash_file(optarg, NULL));
+// return 0;
case 'x':
return dump_config();
#if HAVE_USB