aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-26 15:27:05 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-26 15:27:05 +0000
commitec7164133d09b1a8368ad064f501ab163f5cfebb (patch)
treea97dd000b9bf16ce444b3b491c7d6b2134403969 /Configure
parentba8ad074905ac260117a983237bc61a488e9fb1e (diff)
downloadopenssl-ec7164133d09b1a8368ad064f501ab163f5cfebb.tar.gz
I forgot that @ in strings must be escaped in Perl
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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"}.