aboutsummaryrefslogtreecommitdiff
path: root/crypto/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-02-25 01:59:02 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-12 20:25:46 +0100
commit9e11fe0d85c7d8bd2b77076c8b2e93433091e765 (patch)
tree2744ef817c2bd1631fed146293d55ef00c90966d /crypto/build.info
parent099bd33920e775eb75f4daee5f09b24f17bc136d (diff)
downloadopenssl-9e11fe0d85c7d8bd2b77076c8b2e93433091e765.zip
openssl-9e11fe0d85c7d8bd2b77076c8b2e93433091e765.tar.gz
openssl-9e11fe0d85c7d8bd2b77076c8b2e93433091e765.tar.bz2
Replumbing: Add constructor of libcrypto internal method structures
This queries the provider for its available functionality (unless a matching method structured is already cached, in which case that's used instead), and creates method structure with the help of a passed constructor. The result is cached if the provider allows it (or if caching is forced). Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8340)
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 6497c2f..39cd91b 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -9,7 +9,7 @@ SUBDIRS=objects buffer bio stack lhash rand evp asn1 pem x509 x509v3 conf \
LIBS=../libcrypto
# The Core
-SOURCE[../libcrypto]=provider_core.c
+SOURCE[../libcrypto]=provider_core.c core_fetch.c
# Central utilities
SOURCE[../libcrypto]=\