From: Ulf Möller Date: Mon, 19 Feb 2001 23:42:09 +0000 (+0000) Subject: Temporary fix for build break. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7bd51947e503aa0e943f60558445b2be3d0ad40c;p=oweals%2Fopenssl.git Temporary fix for build break. It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing. --- diff --git a/Configure b/Configure index 39d98d7295..5bbfe5113c 100755 --- a/Configure +++ b/Configure @@ -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 { diff --git a/ssl/kssl.c b/ssl/kssl.c index fe7f4ebe5e..38ba725373 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -61,6 +61,7 @@ ** 19990701 VRS Started. */ +#include #ifndef NO_KRB5 #include #include