Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
[mmh] / h / mhparse.h
index 71c3563..af9b8ca 100644 (file)
@@ -99,10 +99,6 @@ struct Content {
        CE c_cefile;                 /* structure holding decoded content */
        int c_encoding;              /* internal flag for encoding type   */
 
-       /* Content-MD5 info */
-       int c_digested;              /* have we seen this header before?  */
-       unsigned char c_digest[16];  /* decoded MD5 checksum              */
-
        /* pointers to content-specific structures */
        void *c_ctparams;            /* content type specific data        */
        struct exbody *c_ctexbody;   /* data for type message/external    */
@@ -278,5 +274,3 @@ int get_ctinfo(unsigned char *, CT, int);
 int params_external(CT, int);
 int open7Bit(CT, char **);
 void close_encoding(CT);
-
-extern int checksw;    /* Add Content-MD5 field */