]> granicus.if.org Git - openssl/commitdiff
I forgot that @ in strings must be escaped in Perl
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 15:26:55 +0000 (15:26 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 15:26:55 +0000 (15:26 +0000)
Configure

index c3dc87c56c3de19522918d06a9d8801bd6a39cd2..38398e41c53cfc1ec3ca0c06c11449ed48e64ab4 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -983,7 +983,7 @@ else
        if ($withargs{"krb5-flavor"} =~ /^force-[Hh]eimdal$/)
                {
                warn "Heimdal isn't really supported.  Your build WILL break\n";
-               warn "If you fix the problems, please send a patch to openssl-dev@openssl.org\n";
+               warn "If you fix the problems, please send a patch to openssl-dev\@openssl.org\n";
                $withargs{"krb5-dir"} = "/usr/heimdal"
                        if $withargs{"krb5-dir"} eq "";
                $withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.