mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* lib/md4.c, lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c: Include <stdalign.h> and <stdint.h>. Do not include <stddef.h>. Do not include <stdlib.h> twice, in md4.c. (UNALIGNED_P): Simplify by using alignof. Use uintptr_t, not size_t, because we are accessing a pointer's bit-pattern, not a size. * modules/crypto/gc-md4 (Depends-on): Add stdalign. * modules/crypto/gc-md5, modules/crypto/gc-sha1, modules/crypto/md4: * modules/crypto/md5, modules/crypto/sha1, modules/crypto/sha256: * modules/crypto/sha512: Likewise.
27 lines
224 B
Plaintext
27 lines
224 B
Plaintext
Description:
|
|
Compute MD4 checksum.
|
|
|
|
Files:
|
|
lib/md4.h
|
|
lib/md4.c
|
|
m4/md4.m4
|
|
|
|
Depends-on:
|
|
stdalign
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_MD4
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += md4.c
|
|
|
|
Include:
|
|
"md4.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|