cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Compiling libcurl 7.19.4 SSL for Symbian

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 12 May 2009 05:38:42 +0200 (CEST)

On Mon, 11 May 2009, Frank McGeough wrote:

> ..\..\..\lib\ssluse.c:477: illegal implicit conversion from 'int' to: 'struct
> ui_method_st *'

Maybe HAVE_ENGINE_LOAD_FOUR_ARGS shouldn't be defined in your case? It seems a
bit odd to me since I thought it had to do with exact OpenSSL version...

> ..\..\..\lib\ssluse.c:1998: illegal use of incomplete struct/union/class
> 'struct dsa_st'
> ..\..\..\lib\ssluse.c:1999: illegal use of incomplete struct/union/class
> 'struct dsa_st'
> ..\..\..\lib\ssluse.c:2000: illegal use of incomplete struct/union/class
> 'struct dsa_st'
> ..\..\..\lib\ssluse.c:2001: illegal use of incomplete struct/union/class
> 'struct dsa_st'
> ..\..\..\lib\ssluse.c:2002: illegal use of incomplete struct/union/class
> 'struct dsa_st'

Maybe you should #ifdef out the 'case EVP_PKEY_DSA' section?

> ..\..\..\lib\ssluse.c:2005: illegal use of incomplete struct/union/class
> 'struct dh_st'
> ..\..\..\lib\ssluse.c:2006: illegal use of incomplete struct/union/class
> 'struct dh_st'
> ..\..\..\lib\ssluse.c:2007: illegal use of incomplete struct/union/class
> 'struct dh_st'
> ..\..\..\lib\ssluse.c:2008: illegal use of incomplete struct/union/class
> 'struct dh_st'

... and the 'case EVP_PKEY_DH' section!

-- 
  / daniel.haxx.se
Received on 2009-05-12