[openssh-commits] [openssh] branch master updated (b3855ff0 -> dc098405)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Sep 18 17:42:27 AEST 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  b3855ff0  upstream: tweak the client hostkey preference ordering algorithm to
       new  dc098405  configure.ac: add missing includes

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 dc098405b2939146e17567a25b08fc6122893cdf
Author: pedro martelletto <pedro at ambientworks.net>
Date:   Fri Sep 18 08:57:29 2020 +0200

    configure.ac: add missing includes
    
    when testing, make sure to include the relevant header files that
    declare the types of the functions used by the test:
    
    - stdio.h for printf();
    - stdlib.h for exit();
    - string.h for strcmp();
    - unistd.h for unlink(), _exit(), fork(), getppid(), sleep().

Summary of changes:
 configure.ac | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 51 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list