mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
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";
|
||||
$options.=" no-krb5" unless $no_krb5;
|
||||
$openssl_algorithm_defines .= "#define NO_KRB5\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -59,6 +59,14 @@
|
||||
#ifndef 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
|
||||
#include <openssl/comp.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user