md5, sha1, sha256, sha512: use openssl routines if available
[gnulib.git] / modules / crypto / sha256
index 3d70c4a..37fabfd 100644 (file)
@@ -2,21 +2,29 @@ Description:
 Compute SHA224 and SHA256 checksums.
 
 Files:
+lib/gl_openssl.h
 lib/sha256.h
 lib/sha256.c
+m4/gl-openssl.m4
 m4/sha256.m4
 
 Depends-on:
+extern-inline
+stdalign
 stdint
 
 configure.ac:
 gl_SHA256
 
 Makefile.am:
+lib_SOURCES += sha256.c
 
 Include:
 "sha256.h"
 
+Link:
+$(LIB_CRYPTO)
+
 License:
 LGPLv2+