mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-07 14:11:40 +00:00
* lib/md2-stream.c: New file, extracted from lib/md2.c. * lib/md2.c: Don't include stdlib.h, unlocked-io.h. (BLOCKSIZE, md2_stream): Moved to md2-stream.c. * lib/md2.h: Reorder declarations. * modules/crypto/md2-buffer: New file, based on modules/crypto/md2. * modules/crypto/md2: Rewritten.
25 lines
226 B
Plaintext
25 lines
226 B
Plaintext
Description:
|
|
Compute MD2 checksum.
|
|
|
|
Files:
|
|
lib/md2.h
|
|
lib/md2.c
|
|
|
|
Depends-on:
|
|
minmax
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += md2.c
|
|
|
|
Include:
|
|
"md2.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|