Avoid including cryptlib.h, it's not really needed.

Check if IDEA is being built or not.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
This commit is contained in:
Richard Levitte
2003-12-27 16:09:59 +00:00
parent 3e786f4b0d
commit d2c786db37
13 changed files with 18 additions and 15 deletions

View File

@@ -121,7 +121,6 @@
#include <openssl/objects.h>
#include <openssl/lhash.h>
#include <openssl/x509v3.h>
#include "cryptlib.h"
const char *SSL_version_str=OPENSSL_VERSION_TEXT;