summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-19 11:39:19 +0000
committerAndy Polyakov <appro@openssl.org>2003-01-19 11:39:19 +0000
commit59b846c5156772a5ee556212dfd63e1988aed532 (patch)
treeb1a40f959fca846a72e2c05582c2c3b0f8d9aa26 /config
parent42bf2a5cdc849f4ff8437f976a1598728d1baa1f (diff)
downloadopenssl-new-59b846c5156772a5ee556212dfd63e1988aed532.tar.gz
Oops! Missed closing quote... Didn't have time to verify before a snapshot
was cut...
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 16286a59e9..a2a56754a0 100755
--- a/config
+++ b/config
@@ -92,8 +92,8 @@ if [ "x$XREL" != "x" ]; then
# with i386 is that it makes ./config pass 386 to
# ./Configure, which in turn makes make generate
# inefficient SHA-1 (for this moment) code.
- x7*) echo "i586-sco-unixware7"; exit 0 ;;
- x8*) echo "i586-unkn-OpenUNIX${VERSION}; exit 0 ;;
+ x7*) echo "i586-sco-unixware7"; exit 0 ;;
+ x8*) echo "i586-unkn-OpenUNIX${VERSION}"; exit 0 ;;
esac
;;
esac