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"; $cflags="-DOPENSSL_NO_KRB5 $cflags";
$options.=" no-krb5" unless $no_krb5; $options.=" no-krb5" unless $no_krb5;
$openssl_algorithm_defines .= "#define OPENSSL_NO_KRB5\n"; $openssl_algorithm_defines .= "#define OPENSSL_NO_KRB5\n";
$openssl_algorithm_defines .= "#define NO_KRB5\n";
} }
else else
{ {

View File

@ -61,6 +61,7 @@
** 19990701 VRS Started. ** 19990701 VRS Started.
*/ */
#include <openssl/opensslconf.h>
#ifndef NO_KRB5 #ifndef NO_KRB5
#include <string.h> #include <string.h>
#include <openssl/ssl.h> #include <openssl/ssl.h>