summaryrefslogtreecommitdiff
path: root/package/grub/patches/patch-lib_libgcrypt-grub_cipher_rmd160_c
blob: fb818bd5174a724c0e1beefeeb6249ec0b0bf76c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- grub-1.98.orig/lib/libgcrypt-grub/cipher/rmd160.c	2010-03-06 21:52:26.000000000 +0100
+++ grub-1.98/lib/libgcrypt-grub/cipher/rmd160.c	2010-06-26 20:23:39.319276778 +0200
@@ -185,7 +185,7 @@ transform ( RMD160_CONTEXT *hd, const un
    * executes on a 586-100 (39.73 bogomips) at about 1900kb/sec;
    * [measured with a 4MB data and "gpgm --print-md rmd160"] */
   u32 x[16];
-  memcpy( x, data, 64 );
+  grub_memcpy( x, data, 64 );
 #endif