aboutsummaryrefslogtreecommitdiff
path: root/mail/qpopper/files/patch-popper__hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qpopper/files/patch-popper__hmac.c')
-rw-r--r--mail/qpopper/files/patch-popper__hmac.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/qpopper/files/patch-popper__hmac.c b/mail/qpopper/files/patch-popper__hmac.c
new file mode 100644
index 000000000000..272aadbeccac
--- /dev/null
+++ b/mail/qpopper/files/patch-popper__hmac.c
@@ -0,0 +1,15 @@
+--- popper/hmac.c.orig 2008-06-27 17:40:15.000000000 -0700
++++ popper/hmac.c 2011-06-08 21:57:42.000000000 -0700
+@@ -13,7 +13,11 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/types.h>
+-#include "md5.h"
++#include <sys/types.h>
++#include <md5.h>
++
++#define UINT4 u_int32_t
++
+ #include "hmac-md5.h"
+
+