mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* m4/des.m4: Remove file. * modules/crypto/des (Files): Remove it. (configure.ac): Remove gl_DES call. (Makefile.am): Augment lib_SOURCES.
26 lines
209 B
Plaintext
26 lines
209 B
Plaintext
Description:
|
|
DES block cipher.
|
|
|
|
Files:
|
|
lib/des.c
|
|
lib/des.h
|
|
|
|
Depends-on:
|
|
stdint
|
|
stdbool
|
|
memcmp
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += des.c
|
|
|
|
Include:
|
|
"des.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|