openbsd-ports/mail/solid-pop3d/patches/patch-src_md5_c
sthen 053f9fc781 - include the autoconf-generated header in md5.c; fixes APOP on big
endian machines.

- correct PKGNAME insanity.

APOP problem pointed out with an alternative diff by Michael Warmuth,
thanks!
2008-12-16 20:14:07 +00:00

12 lines
251 B
Plaintext

$OpenBSD: patch-src_md5_c,v 1.1 2008/12/16 20:14:07 sthen Exp $
--- src/md5.c.orig Tue Dec 16 20:10:29 2008
+++ src/md5.c Tue Dec 16 20:10:36 2008
@@ -38,6 +38,7 @@
#endif
#include "md5.h"
+#include "config.h"
#ifdef _LIBC
#include <endian.h>