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:
f8bc3e1
)
Fix typo in ./config.
author
Andy Polyakov
<appro@openssl.org>
Tue, 31 May 2005 11:34:33 +0000
(11:34 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 31 May 2005 11:34:33 +0000
(11:34 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 068d54b8702e38d32c12772516617bf6f1308ead..4a8c185bd50db90bea08b01e2e93e737254ee052 100755
(executable)
--- a/
config
+++ b/
config
@@
-677,7
+677,7
@@
case "$GUESSOS" in
OUT="OpenUNIX-8"
fi
;;
- *-*-[Uu]nix[Ww]are7) OUT="unixware-7; options="$options no-sse2" ;;
+ *-*-[Uu]nix[Ww]are7) OUT="unixware-7
"
; options="$options no-sse2" ;;
*-*-[Uu]nix[Ww]are20*) OUT="unixware-2.0"; options="$options no-sse2 no-sha512" ;;
*-*-[Uu]nix[Ww]are21*) OUT="unixware-2.1"; options="$options no-sse2 no-sha512" ;;
*-*-vos)