diff options
author | Matt Caswell <matt@openssl.org> | 2019-03-13 18:26:17 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-03-21 10:23:38 +0100 |
commit | de29ff17a207347f77c0d1df8ea79f16efd82f93 (patch) | |
tree | 0ae5e403ad3ae8cb614a6721567417a5436149f3 /providers/build.info | |
parent | Make EVP_Digest* functions provider aware (diff) | |
download | openssl-de29ff17a207347f77c0d1df8ea79f16efd82f93.tar.xz openssl-de29ff17a207347f77c0d1df8ea79f16efd82f93.zip |
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/build.info')
-rw-r--r-- | providers/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/build.info b/providers/build.info index 29cc1845c5..ec4162bdd8 100644 --- a/providers/build.info +++ b/providers/build.info @@ -1 +1 @@ -SUBDIRS=default +SUBDIRS=common default |