aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qpopper/files/patch-aq
blob: 4fd927cb1bd665f106b2d697ba233c5a3c348fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- popper/scram.c.orig Tue Jul 25 04:07:21 2000
+++ popper/scram.c  Wed Nov  1 11:46:31 2000
@@ -17,7 +17,10 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#include "md5.h"
+#include <md5.h>
+
+#define UINT4 u_int32_t
+
 #include "hmac-md5.h"
 #include "scram.h"