ooops, make it compile again.
[apps/madmutt.git] / crypt.c
diff --git a/crypt.c b/crypt.c
index ab611bf..c0c64ad 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -556,7 +556,7 @@ void crypt_extract_keys_from_messages (HEADER * h)
 {
   int i;
   char tempfname[_POSIX_PATH_MAX], *mbox;
-  ADDRESS *tmp = NULL;
+  address_t *tmp = NULL;
   FILE *fpout;
 
   if (!WithCrypto)