Don't process any of kssl.c if krb5 option not set.
This commit is contained in:
parent
cf7053430d
commit
e6fa7c1276
@ -68,6 +68,8 @@
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifndef OPENSSL_NO_KRB5
|
||||
|
||||
#define _XOPEN_SOURCE 500 /* glibc2 needs this to declare strptime() */
|
||||
#include <time.h>
|
||||
#if 0 /* experimental */
|
||||
@ -82,8 +84,6 @@
|
||||
#include <openssl/objects.h>
|
||||
#include <openssl/krb5_asn.h>
|
||||
|
||||
#ifndef OPENSSL_NO_KRB5
|
||||
|
||||
#ifndef ENOMEM
|
||||
#define ENOMEM KRB5KRB_ERR_GENERIC
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user