summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl2/patches/patch-ad')
-rw-r--r--security/cyrus-sasl2/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/patches/patch-ad b/security/cyrus-sasl2/patches/patch-ad
new file mode 100644
index 00000000000..8c2ce98030d
--- /dev/null
+++ b/security/cyrus-sasl2/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/10/27 15:09:00 chris Exp $
+
+--- include/hmac-md5.h.orig Sun Oct 27 14:14:03 2002
++++ include/hmac-md5.h Sun Oct 27 14:14:14 2002
+@@ -15,8 +15,8 @@
+ * values stored in network byte order (Big Endian)
+ */
+ typedef struct HMAC_MD5_STATE_s {
+- UINT4 istate[4];
+- UINT4 ostate[4];
++ uint32_t istate[4];
++ uint32_t ostate[4];
+ } HMAC_MD5_STATE;
+
+ /* One step hmac computation