summaryrefslogtreecommitdiff
path: root/package/grub/patches/patch-lib_libgcrypt-grub_cipher_md4_c
blob: 8bbe886a7bd587e51f2d48f00af74dd87b902b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- grub-1.98.orig/lib/libgcrypt-grub/cipher/md4.c	2010-03-06 21:52:26.000000000 +0100
+++ grub-1.98/lib/libgcrypt-grub/cipher/md4.c	2010-06-26 20:24:28.691278909 +0200
@@ -109,7 +109,7 @@ transform ( MD4_CONTEXT *ctx, const unsi
       }
   }
 #else
-  memcpy (in, data, 64);
+  grub_memcpy (in, data, 64);
 #endif
 
   /* Round 1.  */