Hi all :

When I using make for other tool , I get the error msg as follows :

eXtl_tls.c:125:3: warning: C++ style comments are not allowed in ISO C90

eXtl_tls.c:125:3: warning: (this will be reported only once per input file)

eXtl_tls.c: In function 'tls_tl_free':

eXtl_tls.c:131: warning: implicit declaration of function
'CRYPTO_cleanup_all_ex_data'

eXtl_tls.c:131: warning: nested extern declaration of
'CRYPTO_cleanup_all_ex_data'

eXtl_tls.c: In function 'initialize_client_ctx':

eXtl_tls.c:368: error: 'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION'
undeclared (first use in this function)

eXtl_tls.c:368: error: (Each undeclared identifier is reported only once

eXtl_tls.c:368: error: for each function it appears in.)

eXtl_tls.c:368: error: 'SSL_OP_CIPHER_SERVER_PREFERENCE' undeclared (first
use in this function)

eXtl_tls.c: In function 'initialize_server_ctx':

eXtl_tls.c:439: error: 'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION'
undeclared (first use in this function)

eXtl_tls.c:439: error: 'SSL_OP_CIPHER_SERVER_PREFERENCE' undeclared (first
use in this function)

 

it's looks like is openssl error.

Any ideas on how to solve this?

 

 

Any help'd be greatly appreciated

Cheers,

Pinky 

Reply via email to