Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
[mmh] / uip / mhlist.c
index 45f3e9d..66f9d89 100644 (file)
@@ -9,7 +9,6 @@
 #include <h/mh.h>
 #include <fcntl.h>
 #include <h/signals.h>
-#include <h/md5.h>
 #include <errno.h>
 #include <signal.h>
 #include <h/tws.h>
 #include <h/utils.h>
 
 static struct swit switches[] = {
-#define CHECKSW  0
-       { "check", 0 },
-#define NCHECKSW  1
-       { "nocheck", 0 },
-#define HEADSW  2
+#define HEADSW  0
        { "headers", 0 },
-#define NHEADSW  3
+#define NHEADSW  1
        { "noheaders", 0 },
-#define SIZESW  4
+#define SIZESW  2
        { "realsize", 0 },
-#define NSIZESW  5
+#define NSIZESW  3
        { "norealsize", 0 },
-#define VERBSW  6
+#define VERBSW  4
        { "verbose", 0 },
-#define NVERBSW  7
+#define NVERBSW  5
        { "noverbose", 0 },
-#define FILESW  8  /* interface from show */
+#define FILESW  6  /* interface from show */
        { "file file", 0 },
-#define PARTSW  9
+#define PARTSW  7
        { "part number", 0 },
-#define TYPESW  10
+#define TYPESW  8
        { "type content", 0 },
-#define RCACHESW  11
+#define RCACHESW  9
        { "rcache policy", 0 },
-#define WCACHESW  12
+#define WCACHESW  10
        { "wcache policy", 0 },
-#define VERSIONSW  13
+#define VERSIONSW  11
        { "version", 0 },
-#define HELPSW  14
+#define HELPSW  12
        { "help", 0 },
-#define DEBUGSW  15
+#define DEBUGSW  13
        { "debug", -5 },
        { NULL, 0 }
 };
@@ -169,13 +164,6 @@ do_cache:
                                }
                                continue;
 
-                       case CHECKSW:
-                               checksw++;
-                               continue;
-                       case NCHECKSW:
-                               checksw = 0;
-                               continue;
-
                        case HEADSW:
                                headsw = 1;
                                continue;