Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-19 14:39:56 +0300
committerAndy Polyakov <appro@openssl.org>2003-01-19 14:39:56 +0300
commitb01db3b279a98390656264ef7b5e32dd76762fd8 (patch)
tree3928bfd0e957ab0df3d48a974f6722899be432fa /config
parent2af5880cfd20925cbe78cc2c389875a92790aab2 (diff)
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 38f635b6a7..a47347305d 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