summaryrefslogtreecommitdiffstats
path: root/apps/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-19 19:38:23 +0100
committerRichard Levitte <levitte@openssl.org>2017-06-29 11:55:31 +0200
commitc403a1ddff475ae5346ba1b9ee431a5b995a1584 (patch)
treebc49827706054bcda96da5d7e2c610080d403bc6 /apps/build.info
parent9c6da42d0c61fafcf860c8a6c03efd3c33826f99 (diff)
Add a simple store utility command
This command can be used to view the contents of any supported type of information fetched from a URI, and output them in PEM format. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
Diffstat (limited to 'apps/build.info')
-rw-r--r--apps/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/build.info b/apps/build.info
index e2ddd2b56d..996e5a6cfa 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -6,7 +6,7 @@
genpkey.c genrsa.c nseq.c ocsp.c passwd.c pkcs12.c pkcs7.c pkcs8.c
pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c
s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c
- srp.c ts.c verify.c version.c x509.c rehash.c
+ srp.c ts.c verify.c version.c x509.c rehash.c storeutl.c
apps.c opt.c s_cb.c s_socket.c
app_rand.c),
split(/\s+/, $target{apps_aux_src}) );