]> git.pld-linux.org Git - packages/libmd.git/blob - libmd-types.patch
- set proper soname for shared lib
[packages/libmd.git] / libmd-types.patch
1 --- libmd-0.3/rmd160.c.orig     1999-07-31 15:49:32.000000000 +0200
2 +++ libmd-0.3/rmd160.c  2015-07-16 21:52:58.361033103 +0200
3 @@ -378,7 +378,7 @@
4     Update the RIPEMD-160 hash state for a block of data.
5   */
6  void
7 -RMD160Update (RMD160_CTX * ctx, u_int8_t const *buf, size_t len)
8 +RMD160Update (RMD160_CTX * ctx, u_int8_t const *buf, unsigned len)
9  {
10    unsigned i;
11  
This page took 0.053666 seconds and 3 git commands to generate.