summaryrefslogtreecommitdiff
path: root/security/pgpin/files/patch-md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgpin/files/patch-md5.h')
-rw-r--r--security/pgpin/files/patch-md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgpin/files/patch-md5.h b/security/pgpin/files/patch-md5.h
index 9e6bd44eafc3..abfbdbe27b59 100644
--- a/security/pgpin/files/patch-md5.h
+++ b/security/pgpin/files/patch-md5.h
@@ -5,7 +5,7 @@
#define MD5_H
-#ifdef __alpha
-+#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__)
++#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__)
typedef unsigned int uint32;
#else
typedef unsigned long uint32;