I am compiling OpenSSL on Windows 2000.
I read "INSTALL.W32" that came with the source. I had a
successful compile using Mingw32. Further down in "INSTALL.W32"
I see the following note...
"libcrypto.a and libssl.a are the static libraries. To use the
DLLs,
link with libeay32.a and libssl32.a instead".
What does this mean in english? Don't I just put libeay32.dll and
libssl32.dll in the windows system directory (C:\WINNT\system32)? Or is
there more to it than that?
Ron