Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-26 18:26:55 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-26 18:26:55 +0300
commit8826087a976e89a40fa54d719a7c62a73cb03ada (patch)
tree241c9219edb541c209264116cbbaf08372388dc2 /Configure
parent8aa09a245c5eeba1ed504f083badbd0eefa177e0 (diff)
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 c3dc87c56c..38398e41c5 100755
--- 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"}.