X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmd4.c;h=e3484171de767e7c92bba109ebd27beb16798593;hb=217969cf220de4c0515eccd614de1640c3f46bcf;hp=3d2c17a9f2a20ad1665b54f366a533f1e5e5357e;hpb=17bdb83ae669a9a01b6c33846a423e832e79557c;p=gnulib.git diff --git a/lib/md4.c b/lib/md4.c index 3d2c17a9f..e3484171d 100644 --- a/lib/md4.c +++ b/lib/md4.c @@ -67,7 +67,7 @@ md4_init_ctx (struct md4_ctx *ctx) /* Copy the 4 byte value from v into the memory location pointed to by *cp, If your architecture allows unaligned access this is equivalent to * (uint32_t *) cp = v */ -static void +static inline void set_uint32 (char *cp, uint32_t v) { memcpy (cp, &v, sizeof v);