diff options
author | Richard Levitte <levitte@openssl.org> | 2001-10-10 07:55:02 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-10-10 07:55:02 +0000 |
commit | 116daf4c2f20b43a7ea349fcff407a4c85943d65 (patch) | |
tree | 0f7630e6be3525823bca8c5587f52cd99f156696 /ssl/ssl.h | |
parent | cb40bdaf579a64dfb527471b7a159968e482ad15 (diff) | |
download | openssl-new-116daf4c2f20b43a7ea349fcff407a4c85943d65.tar.gz |
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/ssl.h')
-rw-r--r-- | ssl/ssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -70,9 +70,7 @@ #ifndef OPENSSL_NO_X509 #include <openssl/x509.h> #endif -#ifndef OPENSSL_NO_KRB5 #include <openssl/kssl.h> -#endif #include <openssl/safestack.h> #include <openssl/symhacks.h> |