X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcrypto%2Fsha1;h=d65f9941813a22f06375f82e64275511bc26cb1a;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hp=8d00f312b61f5361d39dfdd53aee8fe7dc101f33;hpb=2d540c2cb293bff09a2fe1b1bab9d1775d7e2832;p=gnulib.git diff --git a/modules/crypto/sha1 b/modules/crypto/sha1 index 8d00f312b..d65f99418 100644 --- a/modules/crypto/sha1 +++ b/modules/crypto/sha1 @@ -2,11 +2,14 @@ Description: Compute SHA1 checksum. Files: +lib/gl_openssl.h lib/sha1.h lib/sha1.c +m4/gl-openssl.m4 m4/sha1.m4 Depends-on: +extern-inline stdalign stdint @@ -19,6 +22,9 @@ lib_SOURCES += sha1.c Include: "sha1.h" +Link: +$(LIB_CRYPTO) + License: LGPLv2+