aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-04-03 08:05:03 +0000
committerRichard Levitte <levitte@openssl.org>2001-04-03 08:05:03 +0000
commit0da945bb201f65ed81fa405767e63452d6b7cfa1 (patch)
treeef480b0e7214509b86c514256516684778563f33 /Configure
parent69443d0da007cf49bc343eb1b9549acb7da46165 (diff)
downloadopenssl-0da945bb201f65ed81fa405767e63452d6b7cfa1.tar.gz
Remove a typo in dgux-R4-gcc.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index d37e00f455..050b64cc9e 100755
--- a/Configure
+++ b/Configure
@@ -383,7 +383,7 @@ my %table=(
# DGUX, 88100.
"dgux-R3-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown):::RC4_INDEX DES_UNROLL:::",
-"dgux-R4-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lnsl -lsocket:RC4_INDEX:RC4_INDEX DES_UNROLL:::",
+"dgux-R4-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lnsl -lsocket:RC4_INDEX DES_UNROLL:::",
"dgux-R4-x86-gcc", "gcc:-O3 -fomit-frame-pointer -DL_ENDIAN::(unknown)::-lnsl -lsocket:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
# SCO 3 - Tim Rice <tim@multitalents.net>