diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2019-04-11 12:27:59 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2019-06-04 04:09:50 +0200 |
commit | d5e5e2ffafc7dbc861f7d285508cf129c5e8f5ac (patch) | |
tree | 3920b0febd6d2716940fb022b57894fe2ebf565d /providers/build.info | |
parent | Add missing parentheses in macro (diff) | |
download | openssl-d5e5e2ffafc7dbc861f7d285508cf129c5e8f5ac.tar.xz openssl-d5e5e2ffafc7dbc861f7d285508cf129c5e8f5ac.zip |
Move digests to providers
Move digest code into the relevant providers (fips, default, legacy).
The headers are temporarily moved to be internal, and will be moved
into providers after all external references are resolved. The deprecated
digest code can not be removed until EVP_PKEY (signing) is supported by
providers. EVP_MD data can also not yet be cleaned up for the same reasons.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8763)
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 f379f740d5..192a5defcc 100644 --- a/providers/build.info +++ b/providers/build.info @@ -20,6 +20,6 @@ IF[{- !$disabled{legacy} -}] SOURCE[legacy]=legacy.ld GENERATE[legacy.ld]=../util/providers.num ENDIF - INCLUDE[legacy]=.. ../include ../crypto/include + INCLUDE[legacy]=.. ../include ../crypto/include common/include DEPEND[legacy]=../libcrypto ENDIF |