arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
[gnulib.git] / lib / sha256.c
index a8d29da..55273c6 100644 (file)
@@ -90,7 +90,7 @@ sha224_init_ctx (struct sha256_ctx *ctx)
 /* Copy the 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 inline void
+static void
 set_uint32 (char *cp, uint32_t v)
 {
   memcpy (cp, &v, sizeof v);