This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Openssl questions


In building the openSSL library in eCos I get the following ld error. Is there some functions missing from the package?

/home/sbms_ecos/sbme_install/lib/libtarget.a(net_openssl_evp_key.o): In function
`EVP_BytesToKey':
/home/ecos/packages/net/openssl/current/src/crypto/evp/evp_key.c:105: undefined
reference to `des_read_pw_string'
collect2: ld returned 1 exit status
make: *** [smtpd] Error 1
$
----- Original Message ----- From: "Andrew Lunn" <andrew@lunn.ch>
To: "Steve West" <swest@cyglan.com>
Cc: <ecos-discuss@ecos.sourceware.org>
Sent: Monday, January 22, 2007 1:52 PM
Subject: Re: [ECOS] Openssl questions



On Mon, Jan 22, 2007 at 01:48:11PM -0500, Steve West wrote:

I am trying to use the open ssl that Andrew has provided for
eCos. It seems very confusing to use to set up sockets. Is there any
example code of using a https server with several threads available?

Hi Steve


There is nothing special about the eCos version of OpenSSL. So i
suggest you try on the OpenSSL list, to find the sources of a server
that uses openSSL.

Andrew

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss




--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]