diff options
Diffstat (limited to 'cpp/bin/gencerts')
-rwxr-xr-x | cpp/bin/gencerts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/bin/gencerts b/cpp/bin/gencerts index 59793243ca7..bdaed8ff542 100755 --- a/cpp/bin/gencerts +++ b/cpp/bin/gencerts @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2002 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved @@ -23,8 +23,8 @@ proc generateRequest { private request reqnum bitStrength } { } -ex "\[Dartmouth]:" { send "Dartmouth\r" exp_continue - } -ex "\[Mutable Realms North]:" { - send "Mutable Realms North\r" + } -ex "\[ZeroC North]:" { + send "ZeroC North\r" exp_continue } -ex "\[Development]:" { send "Development\r" |