summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-16 19:03:50 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-18 13:02:23 +0200
commitf2431fe7df58d1b7f709f5065a2be3a2c01661f9 (patch)
tree65b2fbdb6d27862a93d88e34245916fa2d76c232 /apps
parent80a4ac5783b1cea66983330c65df11611236869e (diff)
find-doc-nits: Make -c option (cmd-nits) independent of app build and execution
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15298)
Diffstat (limited to 'apps')
-rw-r--r--apps/asn1parse.c (renamed from apps/asn1pars.c)0
-rw-r--r--apps/build.info2
-rw-r--r--apps/crl2pkcs7.c (renamed from apps/crl2p7.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/apps/asn1pars.c b/apps/asn1parse.c
index f0bfd1d45f..f0bfd1d45f 100644
--- a/apps/asn1pars.c
+++ b/apps/asn1parse.c
diff --git a/apps/build.info b/apps/build.info
index cba9803c65..b2ecdf2e3a 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -12,7 +12,7 @@ ENDIF
# Source for the 'openssl' program
$OPENSSLSRC=\
openssl.c progs.c \
- asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c \
+ asn1parse.c ca.c ciphers.c crl.c crl2pkcs7.c dgst.c \
enc.c errstr.c \
genpkey.c kdf.c mac.c nseq.c passwd.c pkcs7.c \
pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c \
diff --git a/apps/crl2p7.c b/apps/crl2pkcs7.c
index fe59e65427..fe59e65427 100644
--- a/apps/crl2p7.c
+++ b/apps/crl2pkcs7.c