X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcrypto%2Fsha1;h=d65f9941813a22f06375f82e64275511bc26cb1a;hb=8e0f64e4cd12f7779113bc438afd106dad3e1f1a;hp=2a347b0b38319a0ce3cb31c52bf9c38cf1f9b846;hpb=194ac9bf2dc4e6a474afd2c3a2a0bd501f242ea7;p=gnulib.git diff --git a/modules/crypto/sha1 b/modules/crypto/sha1 index 2a347b0b3..d65f99418 100644 --- a/modules/crypto/sha1 +++ b/modules/crypto/sha1 @@ -2,11 +2,15 @@ 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 configure.ac: @@ -18,6 +22,9 @@ lib_SOURCES += sha1.c Include: "sha1.h" +Link: +$(LIB_CRYPTO) + License: LGPLv2+