[openssh-commits] [openssh] branch master updated (95d41e90 -> c77bc73c)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 20 13:51:51 AEST 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 95d41e90 upstream: Deprecate UsePrivilegedPort now that support for running
new c77bc73c Explicitly include openssl before zlib.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit c77bc73c91bc656e343a1961756e09dd1b170820
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jul 20 13:48:51 2018 +1000
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.
Summary of changes:
packet.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list