projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41aede8
)
Configure: fix small spelling error
author
Richard Levitte
<levitte@openssl.org>
Tue, 6 Mar 2018 20:03:21 +0000
(21:03 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 6 Mar 2018 20:18:33 +0000
(21:18 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5533)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index d78066b25bfbfd30031f956d06ee8d1991214a23..6f70e1892088899344cde68c13339eaa22d72c4a 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-3008,7
+3008,7
@@
sub compiler_predefined {
return () if $^O eq 'VMS';
- die 'compiler_predefine
s
called without a default compiler'
+ die 'compiler_predefine
d
called without a default compiler'
unless $default_compiler;
if (! $predefined{$default_compiler}) {