REMOVE

2004-08-24 Thread Kevin Eppinger
REMOVE

RE: Linking Error.

2004-07-28 Thread Kevin Eppinger
Layla, I haven’t used VC++ in a while…and have never used it from the cmd line…but I would try something from the makefile suggestion below.  Again, I’m not familiar with VC++, but will this work:   cl –I/path/to/openssl/headerfiles clientf.cpp   ??   -kevin   From: owne

New to OpenSSL-Need a little help

2004-07-21 Thread Kevin Eppinger
I have been tasked with a project that involves writing a process (not a CGI invoked from Apache) that sends a secure request to a https website and reads the response back, parses it..blah, blah, blah.  Its has to be done this way because this certain third party doesn’t have a Linux/C/C++