[openssh-commits] [openssh] branch master updated (832b744 -> 5abfb15)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 15 14:54:26 AEST 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 832b744 disable ciphers not supported by OpenSSL
new 5abfb15 Move VA_COPY macro into compat header.
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 5abfb15ced985c340359ae7fb65a625ed3692b3e
Author: Darren Tucker <dtucker at zip.com.au>
Date: Fri Jul 15 14:48:30 2016 +1000
Move VA_COPY macro into compat header.
Some AIX compilers unconditionally undefine va_copy but don't set it back
to an internal function, causing link errors. In some compat code we
already use VA_COPY instead so move the two existing instances into the
shared header and use for sshbuf-getput-basic.c too. Should fix building
with at lease some versions of AIX's compiler. bz#2589, ok djm@
Summary of changes:
openbsd-compat/bsd-asprintf.c | 12 ------------
openbsd-compat/bsd-snprintf.c | 12 ------------
openbsd-compat/openbsd-compat.h | 17 +++++++++++++++++
sshbuf-getput-basic.c | 4 ++--
4 files changed, 19 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list