Temporary fix for build break.

It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing.
This commit is contained in:
Ulf Möller
2001-02-19 23:42:09 +00:00
parent 4901b41653
commit 7bd51947e5
2 changed files with 2 additions and 0 deletions

View File

@@ -693,6 +693,7 @@ if ($no_krb5
$cflags="-DOPENSSL_NO_KRB5 $cflags";
$options.=" no-krb5" unless $no_krb5;
$openssl_algorithm_defines .= "#define OPENSSL_NO_KRB5\n";
$openssl_algorithm_defines .= "#define NO_KRB5\n";
}
else
{