Hi,


Apologies for most possibly being thick, but I have a problem that's been bugging me for a while:


I compile openssl 0.9.7d fine with a Borland compiler (Thanks for the accurate instructions) on Win2000.

I link in libeay32.lib and ssleay32.lib in my application.

I have the following line:

#include <openssl/ssl.h>  /* From [openssldir\inc32] */

Yet I am getting those compile errors - and I am not using any of the structures mentioned there - line 2216 is the last line of the file.

Warn :  aptilis.c(2216,2):Undefined structure 'CRYPTO_dynlock_value'
Warn :  aptilis.c(2216,2):Undefined structure 'st_CRYPTO_EX_DATA_IMPL'
Warn :  aptilis.c(2216,2):Undefined structure 'ui_st'
Warn :  aptilis.c(2216,2):Undefined structure 'ui_method_st'
Warn :  aptilis.c(2216,2):Undefined structure 'ui_string_st'
Warn :  aptilis.c(2216,2):Undefined structure 'engine_st'
Warn :  aptilis.c(2216,2):Undefined structure 'bignum_ctx'
Warn :  aptilis.c(2216,2):Undefined structure 'ASN1_TEMPLATE_st'
Warn :  aptilis.c(2216,2):Undefined structure 'ASN1_ITEM_st'
Warn :  aptilis.c(2216,2):Undefined structure 'ASN1_TLC_st'
Warn :  aptilis.c(2216,2):Undefined structure 'ASN1_VALUE_st'
Warn :  aptilis.c(2216,2):Undefined structure 'AUTHORITY_KEYID_st'
Warn :  aptilis.c(2216,2):Undefined structure 'ssl3_enc_method'
Warn :  aptilis.c(2216,2):Undefined structure 'sess_cert_st'
Warn :  aptilis.c(2216,2):Undefined structure 'cert_st'

So, what should I do to prevent those Warnings?
As a side note, compiling the same thing under Linux goes all right.

Rgds,
Teebo Jamme

PS. Yes I wrote some time ago about the same problem (in 0.9.7b) but then I got dragged in other projects.


-------------------------------------------------- The Village is at http://village.glaine.net/school/

YOU have the power: http://www.aptilis.com/
The unbelievably easy CGI language.
--------------------------------------------------

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to