[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue Jan 12 22:35:33 UTC 2016
The branch master has been updated
via ef30a6845a538067829deadca61b000cedf214fd (commit)
from d10dac1187fbb12fdb44a0386f1619b79b40d264 (commit)
- Log -----------------------------------------------------------------
commit ef30a6845a538067829deadca61b000cedf214fd
Author: Rich Salz <rsalz at openssl.org>
Date: Tue Jan 12 17:35:22 2016 -0500
Fix typo in error message
Reviewed-by: Viktor Dukhovni <viktor at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configure b/Configure
index b31d041..ee60a39 100755
--- a/Configure
+++ b/Configure
@@ -2178,7 +2178,7 @@ find(sub {
die sprintf "Error reading Makefile.in in %s: !$\n",
$File::Find::dir;
$out->close() or
- die sprintf "Error writing Makefile.in in %s: !$\n",
+ die sprintf "Error writing Makefile in %s: !$\n",
$File::Find::dir;
}, ".");
More information about the openssl-commits
mailing list