]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
bug fix.
authorUlf Möller <ulf@openssl.org>
Sat, 6 May 2006 18:35:41 +0000 (18:35 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 6 May 2006 18:35:41 +0000 (18:35 +0000)
PR: 1326
Submitted by: John Skodon

config

diff --git a/config b/config
index 6583959479a12e282a0b5426336b69f9b13dfd9d..35fcf7bd8c58d612edd58c98875810786e8f3c91 100755 (executable)
--- a/config
+++ b/config
@@ -717,9 +717,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