curl-library
RE: trouble with SSL URL
From: David Byron <DByron_at_everdreamcorp.com>
Date: Tue, 8 Feb 2005 15:57:22 -0800
Received on 2005-02-09
Date: Tue, 8 Feb 2005 15:57:22 -0800
On Tue, 8 Feb 2005, David Byron wrote:
> Time to dive in and write the openssl test program.
This program breaks for me. Anyone care to comment on it before I send
it to the openssl list?
I compile it like this:
$ gcc ssltest.c -g -lssl -lcrypto -o ssltest.exe
I get the same behavior with and without -g.
I built it in cygwin, but I'd love for someone to confirm that it works
the same in another environment.
Thanks much.
-DB
- application/octet-stream attachment: ssltest.c