1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/mail/qpopper/files/patch-ar
Maxim Sobolev 4652feab5e Merge popper3 and qpopper into single qpopper and remove popper3.
Reminded by:		knu
Hall of shame entry:	alex
2000-11-01 10:20:38 +00:00

16 lines
269 B
Plaintext

--- popper/hmac.c.orig Sat Jul 1 00:58:28 2000
+++ popper/hmac.c Wed Nov 1 11:46:36 2000
@@ -12,7 +12,11 @@
#include <stdio.h>
#include <string.h>
-#include "md5.h"
+#include <sys/types.h>
+#include <md5.h>
+
+#define UINT4 u_int32_t
+
#include "hmac-md5.h"