freebsd-ports/mail/qpopper/files/patch-aq
Steve Wills e85592807b - Update to 4.1.0
PR:		ports/158780
Submitted by:	Doug Hardie <bc979@lafn.org> (maintainer)
2011-07-16 23:20:11 +00:00

14 lines
290 B
Text

--- popper/scram.c.orig 2008-06-21 18:32:58.000000000 -0700
+++ popper/scram.c 2011-06-08 21:50:54.000000000 -0700
@@ -18,7 +18,10 @@
#include <netinet/in.h>
#include "uint4.h"
-#include "md5.h"
+#include <md5.h>
+
+#define UINT4 u_int32_t
+
#include "hmac-md5.h"
#include "scram.h"