Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
[mmh] / uip / mhstore.c
index ea35f8e..950483b 100644 (file)
@@ -9,7 +9,6 @@
 #include <h/mh.h>
 #include <fcntl.h>
 #include <h/signals.h>
 #include <h/mh.h>
 #include <fcntl.h>
 #include <h/signals.h>
-#include <h/md5.h>
 #include <errno.h>
 #include <setjmp.h>
 #include <signal.h>
 #include <errno.h>
 #include <setjmp.h>
 #include <signal.h>
@@ -24,25 +23,21 @@ static struct swit switches[] = {
        { "auto", 0 },
 #define NAUTOSW  1
        { "noauto", 0 },
        { "auto", 0 },
 #define NAUTOSW  1
        { "noauto", 0 },
-#define CHECKSW  2
-       { "check", 0 },
-#define NCHECKSW  3
-       { "nocheck", 0 },
-#define FILESW  4  /* interface from show */
+#define FILESW  2  /* interface from show */
        { "file file", 0 },
        { "file file", 0 },
-#define PARTSW  5
+#define PARTSW  3
        { "part number", 0 },
        { "part number", 0 },
-#define TYPESW  6
+#define TYPESW  4
        { "type content", 0 },
        { "type content", 0 },
-#define RCACHESW  7
+#define RCACHESW  5
        { "rcache policy", 0 },
        { "rcache policy", 0 },
-#define WCACHESW  8
+#define WCACHESW  6
        { "wcache policy", 0 },
        { "wcache policy", 0 },
-#define VERSIONSW  9
+#define VERSIONSW  7
        { "version", 0 },
        { "version", 0 },
-#define HELPSW  10
+#define HELPSW  8
        { "help", 0 },
        { "help", 0 },
-#define DEBUGSW  11
+#define DEBUGSW  9
        { "debug", -5 },
        { NULL, 0 }
 };
        { "debug", -5 },
        { NULL, 0 }
 };
@@ -208,13 +203,6 @@ do_cache:
                                }
                                continue;
 
                                }
                                continue;
 
-                       case CHECKSW:
-                               checksw++;
-                               continue;
-                       case NCHECKSW:
-                               checksw = 0;
-                               continue;
-
                        case PARTSW:
                                if (!(cp = *argp++) || *cp == '-')
                                        adios(NULL, "missing argument to %s",
                        case PARTSW:
                                if (!(cp = *argp++) || *cp == '-')
                                        adios(NULL, "missing argument to %s",