Temporary fix for build break.
It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing.
This commit is contained in:
parent
4901b41653
commit
7bd51947e5
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user