md5, sha1, sha256, sha512: use openssl routines if available
[gnulib.git] / modules / crypto / sha512
index a5065c4..4c97604 100644 (file)
@@ -2,11 +2,14 @@ Description:
 Compute SHA384 and SHA512 checksums.
 
 Files:
+lib/gl_openssl.h
 lib/sha512.h
 lib/sha512.c
+m4/gl-openssl.m4
 m4/sha512.m4
 
 Depends-on:
+extern-inline
 stdalign
 stdint
 u64
@@ -20,6 +23,9 @@ lib_SOURCES += sha512.c
 Include:
 "sha512.h"
 
+Link:
+$(LIB_CRYPTO)
+
 License:
 LGPLv2+