Re: problem with cli.ccp - serv.cpp

2008-05-14 Thread Gilles Espinasse
- Original Message - From: "Rodney Thayer" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 14, 2008 7:13 PM Subject: Re: problem with cli.ccp - serv.cpp > Kyle Hamilton wrote: > > First: This is something to go to openssl-users, not openssl-dev. > > (You ar

Re: problem with cli.ccp - serv.cpp

2008-05-14 Thread Rodney Thayer
Kyle Hamilton wrote: First: This is something to go to openssl-users, not openssl-dev. (You are attempting to use the library, not develop inside the library.) Next: Why on earth are you using such an outdated version? The supported versions are 0.9.7m and 0.9.8g. 0.9.2b is from 1999, and ther

Re: problem with cli.ccp - serv.cpp

2008-05-14 Thread Kyle Hamilton
First: This is something to go to openssl-users, not openssl-dev. (You are attempting to use the library, not develop inside the library.) Next: Why on earth are you using such an outdated version? The supported versions are 0.9.7m and 0.9.8g. 0.9.2b is from 1999, and there have been 8 years of

problem with cli.ccp - serv.cpp

2008-05-14 Thread Riccardo Alessiani
Hi!! I have install the packet "openssl-0.9.2b" whit the following commands: ./config make && make install 1) Now...How can i install the applications located in /open-0.9.2.b/demos/ssl/cli.cpp and /open-0.9.2.b/demos/ssl/serv.cpp ( I use Fedora 5) ? 2) How can i use this applications? Thank