[openssh-commits] [openssh] branch master updated (e6b7157b -> 335dc935)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jan 20 21:17:57 AEDT 2020


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

dtucker pushed a change to branch master
in repository openssh.

      from  e6b7157b  Add config.log to .gitignore
       new  0488dc2d  Fix building without openssl.
       new  335dc935  Fix a few warnings when on Mac OS X.

The 2 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 335dc93526942a650f6c69666b3f6ca44d0a2910
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon Jan 20 11:09:27 2020 +0100

    Fix a few warnings when on Mac OS X.
    
    Include stdlib.h for calloc, malloc, free and setenv.

commit 0488dc2d3050ea1a99ef5cf44afc50ffbf3f1315
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon Jan 20 10:32:23 2020 +0100

    Fix building without openssl.
    
    This fixes the following when there are no openssl headers on the system:
    ssh-ecdsa-sk.c:34:10: fatal error: 'openssl/bn.h' file not found

Summary of changes:
 auth-pam.c     | 1 +
 ssh-ecdsa-sk.c | 2 ++
 2 files changed, 3 insertions(+)

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


More information about the openssh-commits mailing list