Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly include openssl before zlib.
Some versions of OpenSSL have "free_func" in their headers, which zlib typedefs. Including openssl after zlib (eg via sshkey.h) results in "syntax error before `free_func'", which this fixes.
- Loading branch information