= openssl = * C Library providing OpenSSL encryption * http://www.openssl.org/ - home page * Existing binaries derived from the curl binaries package. Note we take care to avoid depending on msvc runtimes other than msvcrt.dll since we may install the dlls in \windows\system32 too. * Includes post install logic to try to install ssleay32.dll and libeay32.dll in \windows\system32 using [wiki:dllupdate] if there are older versions in the system directory. * This package does not include the include files or stub libraries associated with openssl, only the raw dlls. * Maintained by FrankWarmerdam.