summaryrefslogtreecommitdiffstats
path: root/apps/lib/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-03-10 23:05:09 +0100
committerRichard Levitte <levitte@openssl.org>2020-03-15 19:42:05 +0100
commitaba9bca31cc2507671e25f7ca8e642fce5e38671 (patch)
tree1dcd6610e75b63febebb074923b58bd71dbb1c70 /apps/lib/build.info
parent123c2fef14b80f26f5a8504ccf7b819c2975a6fa (diff)
APPS: Add ctrl_str()-like functionality for X509 and X509_REQ
This should really be part of libcrypto, but since this looks like added legacy support, it's preferable to keep it in apps for now. This allows to build functions that add user given verification options to X509 and X509_REQ structures. Fixes #11293 Reviewed-by: Paul Yang <kaishen.yy@antfin.com> (Merged from https://github.com/openssl/openssl/pull/11302)
Diffstat (limited to 'apps/lib/build.info')
-rw-r--r--apps/lib/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/lib/build.info b/apps/lib/build.info
index a7be58b101..129ffce933 100644
--- a/apps/lib/build.info
+++ b/apps/lib/build.info
@@ -9,7 +9,7 @@ ENDIF
# Source for libapps
$LIBAPPSSRC=apps.c apps_ui.c opt.c fmt.c s_cb.c s_socket.c app_rand.c \
- columns.c app_params.c names.c app_provider.c
+ columns.c app_params.c names.c app_provider.c app_x509.c
IF[{- !$disabled{apps} -}]
LIBS{noinst}=../libapps.a