summaryrefslogtreecommitdiffstats
path: root/providers/common/digests/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-03-13 17:26:17 +0000
committerMatt Caswell <matt@openssl.org>2019-03-21 09:23:38 +0000
commitde29ff17a207347f77c0d1df8ea79f16efd82f93 (patch)
tree0ae5e403ad3ae8cb614a6721567417a5436149f3 /providers/common/digests/build.info
parent8c8cf0d96240663749897b44898b3964fa3363e0 (diff)
Implement SHA256 in the default provider
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8513)
Diffstat (limited to 'providers/common/digests/build.info')
-rw-r--r--providers/common/digests/build.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/providers/common/digests/build.info b/providers/common/digests/build.info
new file mode 100644
index 0000000000..a3c2369fb3
--- /dev/null
+++ b/providers/common/digests/build.info
@@ -0,0 +1,3 @@
+LIBS=../../../libcrypto
+SOURCE[../../../libcrypto]=\
+ sha2.c