FindOpenSSL: Search "lib64" for mingw 64-bit installs
find_package(OpenSSL) did not work for my mingw 64-bit OpenSSL install, since the library folder is called "lib64".
I added this as a possible path suffix.
Backport: release
Topic-rename: FindOpenSSL-mingw-lib64
Edited by Brad King