DKIM: More validation of DNS key record. Bug 1926
[exim.git] / src / src / pdkim / pdkim.h
index 536e5af690e297f53e57b2b4a90cb9884525b2bb..07ba5b5c4801b3888311e0d2d0c352717de9e809 100644 (file)
@@ -100,13 +100,14 @@ typedef struct pdkim_pubkey {
   uschar *version;                /* v=  */
   uschar *granularity;            /* g=  */
 
+#ifdef notdef
   uschar *hashes;                 /* h=  */
   uschar *keytype;                /* k=  */
+#endif
   uschar *srvtype;                /* s=  */
   uschar *notes;                  /* n=  */
 
   blob  key;                      /* p=  */
-
   int   testing;                  /* t=y */
   int   no_subdomaining;          /* t=s */
 } pdkim_pubkey;