summaryrefslogtreecommitdiffstats
path: root/ssl/kssl_lcl.h
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/kssl_lcl.h
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/kssl_lcl.h')
-rw-r--r--ssl/kssl_lcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/kssl_lcl.h b/ssl/kssl_lcl.h
index 37c2157d88..4cd8dd2d7f 100644
--- a/ssl/kssl_lcl.h
+++ b/ssl/kssl_lcl.h
@@ -59,10 +59,10 @@
#ifndef KSSL_LCL_H
#define KSSL_LCL_H
-#ifndef OPENSSL_NO_KRB5
-
#include <openssl/kssl.h>
+#ifndef OPENSSL_NO_KRB5
+
#ifdef __cplusplus
extern "C" {
#endif