summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-10 07:55:02 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-10 07:55:02 +0000
commit116daf4c2f20b43a7ea349fcff407a4c85943d65 (patch)
tree0f7630e6be3525823bca8c5587f52cd99f156696 /ssl/s3_clnt.c
parentcb40bdaf579a64dfb527471b7a159968e482ad15 (diff)
To avoid commit wars over dependencies, let's make it so things that
depend on the environment, like the presence of the OpenBSD crypto device or of Kerberos, do not change the dependencies within OpenSSL.
Diffstat (limited to 'ssl/s3_clnt.c')
-rw-r--r--ssl/s3_clnt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c
index 36068780e7..67dc5b05d5 100644
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -62,9 +62,7 @@
#include <openssl/objects.h>
#include <openssl/evp.h>
#include "ssl_locl.h"
-#ifndef OPENSSL_NO_KRB5
#include "kssl_lcl.h"
-#endif
#include <openssl/md5.h>
static SSL_METHOD *ssl3_get_client_method(int ver);