Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
[mmh] / uip / mhtest.c
index 164d390..c7afd66 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 VERBSW  2
+#define VERBSW  0
        { "verbose", 0 },
-#define NVERBSW  3
+#define NVERBSW  1
        { "noverbose", 0 },
-#define FILESW  4
+#define FILESW  2
        { "file file", 0 },
-#define OUTFILESW  5
+#define OUTFILESW  3
        { "outfile file", 0 },
-#define PARTSW  6
+#define PARTSW  4
        { "part number", 0 },
-#define TYPESW  7
+#define TYPESW  5
        { "type content", 0 },
-#define RCACHESW  8
+#define RCACHESW  6
        { "rcache policy", 0 },
-#define WCACHESW  9
+#define WCACHESW  7
        { "wcache policy", 0 },
-#define VERSIONSW  10
+#define VERSIONSW  8
        { "version", 0 },
-#define HELPSW  11
+#define HELPSW  9
        { "help", 0 },
-#define DEBUGSW  12
+#define DEBUGSW  10
        { "debug", -5 },
        { NULL, 0 }
 };
@@ -166,13 +161,6 @@ do_cache:
                                }
                                continue;
 
-                       case CHECKSW:
-                               checksw++;
-                               continue;
-                       case NCHECKSW:
-                               checksw = 0;
-                               continue;
-
                        case PARTSW:
                                if (!(cp = *argp++) || *cp == '-')
                                        adios(NULL, "missing argument to %s", argp[-2]);