Commit e6fa7c12 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't process any of kssl.c if krb5 option not set.

parent cf705343
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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