opnsense-ports/security/pgpin/files/patch-md5.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
296 B
C

--- md5.h.orig Mon Jan 12 00:13:05 1998
+++ md5.h Sun Dec 8 11:50:50 2002
@@ -1,7 +1,7 @@
#ifndef MD5_H
#define MD5_H
-#ifdef __alpha
+#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__)
typedef unsigned int uint32;
#else
typedef unsigned long uint32;