Temporary fix for build break.
authorUlf Möller <ulf@openssl.org>
Mon, 19 Feb 2001 23:42:09 +0000 (23:42 +0000)
committerUlf Möller <ulf@openssl.org>
Mon, 19 Feb 2001 23:42:09 +0000 (23:42 +0000)
It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing.

Configure
ssl/kssl.c

index 39d98d7295cbd601280e2d0c332a76f6f02510cd..5bbfe5113ce216458103de597b14be5d07828c1e 100755 (executable)
--- 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
        {
index fe7f4ebe5e75494f30bcf47bea801c8654658a9d..38ba7253737dd052f40915f4474ca0cec1c7dbfe 100644 (file)
@@ -61,6 +61,7 @@
 **     19990701        VRS     Started.
 */
 
+#include <openssl/opensslconf.h>
 #ifndef NO_KRB5
 #include <string.h>
 #include <openssl/ssl.h>