diff options
author | Richard Levitte <levitte@openssl.org> | 2019-11-10 05:16:36 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-11-12 13:30:34 +0100 |
commit | 7c6a0d909abda7c854b44831ef43ebdda49ed42e (patch) | |
tree | 601778f6c51aafffd53a7e1211c883045d45a875 /crypto/build.info | |
parent | Fix cut'n'paste typos in the provider-digest pod (diff) | |
download | openssl-7c6a0d909abda7c854b44831ef43ebdda49ed42e.tar.xz openssl-7c6a0d909abda7c854b44831ef43ebdda49ed42e.zip |
Reinstate the KDF error macros
For minimum breakage with existing applications that might use them.
This reverts commit fe6ec26b204a056aee2a24b79df09a45b2308603 and
37ed62107112d95f7b7c9bf75602a6ac40883a89.
Fixes #10340
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10368)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info index 733aba8662..5f90a2eda2 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -1,7 +1,7 @@ # Note that these directories are filtered in Configure. Look for %skipdir # there for further explanations. SUBDIRS=objects buffer bio stack lhash rand evp asn1 pem x509 conf \ - txt_db pkcs7 pkcs12 ui store property \ + txt_db pkcs7 pkcs12 ui kdf store property \ md2 md4 md5 sha mdc2 hmac ripemd whrlpool poly1305 \ siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \ seed sm4 chacha modes bn ec rsa dsa dh sm2 dso engine \ |