[openssh-commits] [openssh] branch master updated (715c892f -> 1c9853a6)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Dec 23 11:36:25 AEDT 2021


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

dtucker pushed a change to branch master
in repository openssh.

      from  715c892f  remove sys/param.h in -portable, after upstream
       new  1c9853a6  Use SHA.*_HMAC_BLOCK_SIZE if needed.

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 1c9853a68b2319f2e5f929179735e8fbb9988a67
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Dec 22 19:33:10 2021 +1100

    Use SHA.*_HMAC_BLOCK_SIZE if needed.
    
    If the platform has a native SHA2, does not define SHA.*_BLOCK_LENGTH
    but does define SHA.*_HMAC_BLOCK_SIZE (eg Solaris) then use the latter.
    Should fix --without-openssl build on Solaris.

Summary of changes:
 digest-libc.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

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


More information about the openssh-commits mailing list