1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/crypto/gc-pbkdf2-sha1
Bruno Haible 23120a4b85 crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.
* m4/gc-pbkdf2-sha1.m4: Remove file.
* modules/crypto/gc-pbkdf2-sha1 (Files): Remove it.
(configure.ac): Remove gl_GC_PBKDF2_SHA1 call.
(Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:25 +02:00

24 lines
277 B
Plaintext

Description:
Password-Based Key Derivation Function according to PKCS#5/RFC2898
Files:
lib/gc-pbkdf2-sha1.c
Depends-on:
crypto/gc
crypto/gc-hmac-sha1
configure.ac:
Makefile.am:
lib_SOURCES += gc-pbkdf2-sha1.c
Include:
"gc.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson