From: Richard Levitte Date: Tue, 26 Nov 2002 15:27:05 +0000 (+0000) Subject: I forgot that @ in strings must be escaped in Perl X-Git-Tag: OpenSSL_0_9_6h~18^2~1 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=ec7164133d09b1a8368ad064f501ab163f5cfebb I forgot that @ in strings must be escaped in Perl --- diff --git a/Configure b/Configure index 9c439d9bb1..3f50135880 100755 --- a/Configure +++ b/Configure @@ -1004,7 +1004,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"}.