aboutsummaryrefslogtreecommitdiff
path: root/crypto/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-05-04 12:55:32 +0200
committerRichard Levitte <levitte@openssl.org>2019-05-12 13:43:38 -0700
commitf2182a4e6fef098014117eb4a4f35ca84cd2cf8e (patch)
tree9559cb125e86e497fe3baa042f9741d2fc1ca789 /crypto/build.info
parentffa9bff8a2024bc8e6322be2cbff7d17fb8d828d (diff)
downloadopenssl-f2182a4e6fef098014117eb4a4f35ca84cd2cf8e.zip
openssl-f2182a4e6fef098014117eb4a4f35ca84cd2cf8e.tar.gz
openssl-f2182a4e6fef098014117eb4a4f35ca84cd2cf8e.tar.bz2
Create internal number<->name mapping API
This can be used as a general name to identity map. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8878)
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 fa99d61..63913f4 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -10,7 +10,7 @@ SUBDIRS=objects buffer bio stack lhash rand evp asn1 pem x509 x509v3 conf \
LIBS=../libcrypto
# The Core
SOURCE[../libcrypto]=provider_core.c provider_predefined.c provider_conf.c \
- core_fetch.c
+ core_fetch.c core_namemap.c
# Central utilities
SOURCE[../libcrypto]=\