mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* m4/arcfour.m4: Remove file. * modules/crypto/arcfour (Files): Remove it. (configure.ac): Remove gl_ARCFOUR call. (Makefile.am): Augment lib_SOURCES.
24 lines
229 B
Plaintext
24 lines
229 B
Plaintext
Description:
|
|
ARCFOUR stream cipher implementation
|
|
|
|
Files:
|
|
lib/arcfour.h
|
|
lib/arcfour.c
|
|
|
|
Depends-on:
|
|
stdint
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += arcfour.c
|
|
|
|
Include:
|
|
"arcfour.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|