summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authoragnosticdev <agnosticdev@gmail.com>2019-09-16 07:09:01 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-10-18 22:14:41 +0200
commitf62d67b6ab5b16d6ca9d76251432701dba299ba8 (patch)
treea70366549270eb6021ed9fa221bfc07defa5faaa /Configure
parent5bd7865da004213dd978b65ef998a29a78916d21 (diff)
Update dgst.c to show a list of message digests
Fixes #9893 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9912)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 7ff8b06214..6bba3aeeba 100755
--- a/Configure
+++ b/Configure
@@ -1234,7 +1234,7 @@ $config{build_file} = env('BUILDFILE') || $target{build_file} || "Makefile";
# The actual processing of these entries is done in the build.info lookup
# loop further down.
#
-# The key is a Unix formated path in the source tree, the value is an index
+# The key is a Unix formatted path in the source tree, the value is an index
# into %disabled_info, so any existing path gets added to a corresponding
# 'skipped' entry in there with the list of skipped directories.
my %skipdir = ();