mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-07 06:03:59 +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.
23 lines
213 B
Plaintext
23 lines
213 B
Plaintext
Description:
|
|
Compute MD2 checksum.
|
|
|
|
Files:
|
|
lib/md2-stream.c
|
|
|
|
Depends-on:
|
|
crypto/md2-buffer
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += md2-stream.c
|
|
|
|
Include:
|
|
"md2.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|