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

This commit is contained in:
Dr. Stephen Henson 2007-04-03 18:24:22 +00:00
parent cf7053430d
commit e6fa7c1276

View File

@ -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