summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl/patches/patch-ag')
-rw-r--r--security/cyrus-sasl/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/cyrus-sasl/patches/patch-ag b/security/cyrus-sasl/patches/patch-ag
new file mode 100644
index 00000000000..ad8013ec6ca
--- /dev/null
+++ b/security/cyrus-sasl/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2000/12/10 09:43:38 jlam Exp $
+
+--- plugins/cram.c.orig Sat Mar 11 21:20:00 2000
++++ plugins/cram.c
+@@ -425,7 +425,7 @@
+
+ HMAC_MD5_CTX tmphmac;
+ char *digest_str = NULL;
+- UINT4 digest[4];
++ u_int32_t digest[4];
+
+ VL(("CRAM-MD5 Step 2\n"));
+ VL(("Clientin: %s\n",clientin));