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.
This commit is contained in:
Richard Levitte
2001-10-10 07:55:02 +00:00
parent cb40bdaf57
commit 116daf4c2f
7 changed files with 19 additions and 20 deletions

View File

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