[[EMAIL PROTECTED] - Thu Aug 15 09:21:57 2002]:
> I have the following differences in s3_clnt.c. The problems are that > the cryptlib.h header is in the crypto directory. Should I put this > on the include path when building the SSL library or would it make > more sense to use the "openssl" copy. Ie, change, > > `#include "cryptlib.h"' > to > > `#include <openssl/cryptlib.h>' I'm sorry, I don't understand what the problem is. the first above variant of the #include is the correct one, since cryptolib.h is a OpenSSL-internal header file (if you look in include/openssl, you'll see that it doesn't exist there). -- Richard Levitte [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
