| 1 | = openssl = |
| 2 | |
| 3 | * C++ Library providing OpenSSL encryption |
| 4 | * http://www.openssl.org/ - home page |
| 5 | * 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. |
| 6 | * 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. |
| 7 | * This package does not include the include files or stub libraries associated with openssl, only the raw dlls. |
| 8 | * Maintained by FrankWarmerdam. |