summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2006-05-06 18:26:12 +0000
committerUlf Möller <ulf@openssl.org>2006-05-06 18:26:12 +0000
commit83ed49149ce8d93e5f564a3ce34ce5d1f73b794c (patch)
tree51fef3427afaa0aa8f611b07c726fd635d7b499f /config
parent67d990904ea0ddc54ac5794f658effd98e8f0b15 (diff)
downloadopenssl-new-83ed49149ce8d93e5f564a3ce34ce5d1f73b794c.tar.gz
bug fix.
PR: 1326 Submitted by: John Skodon
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 3897473f48..24e9df339b 100755
--- a/config
+++ b/config
@@ -725,9 +725,9 @@ case "$GUESSOS" in
fi
fi
elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU
- OUT="hpux-parisc-${CC}
+ OUT="hpux-parisc-${CC}"
elif [ $CPU_VERSION -ge 523 ]; then # PA-RISC 1.0 CPU
- OUT="hpux-parisc-${CC}
+ OUT="hpux-parisc-${CC}"
else # Motorola(?) CPU
OUT="hpux-$CC"
fi