Definition of NO_KRB5 in ssl.h for external applications.
This commit is contained in:
parent
9756da13dd
commit
36f74d60b3
@ -685,6 +685,7 @@ if ($no_krb5
|
|||||||
{
|
{
|
||||||
$cflags="-DNO_KRB5 $cflags";
|
$cflags="-DNO_KRB5 $cflags";
|
||||||
$options.=" no-krb5" unless $no_krb5;
|
$options.=" no-krb5" unless $no_krb5;
|
||||||
|
$openssl_algorithm_defines .= "#define NO_KRB5\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -59,6 +59,14 @@
|
|||||||
#ifndef HEADER_SSL_H
|
#ifndef HEADER_SSL_H
|
||||||
#define HEADER_SSL_H
|
#define HEADER_SSL_H
|
||||||
|
|
||||||
|
#ifdef OPENSSL_ALGORITHM_DEFINES
|
||||||
|
# include <openssl/opensslconf.h>
|
||||||
|
#else
|
||||||
|
# define OPENSSL_ALGORITHM_DEFINES
|
||||||
|
# include <openssl/opensslconf.h>
|
||||||
|
# undef OPENSSL_ALGORITHM_DEFINES
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NO_COMP
|
#ifndef NO_COMP
|
||||||
#include <openssl/comp.h>
|
#include <openssl/comp.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user