[openssh-commits] [openssh] branch master updated (a10d8552 -> 941e0d3e)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Feb 28 20:02:00 AEDT 2018


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

dtucker pushed a change to branch master
in repository openssh.

      from  a10d8552  Conditionally compile XMSS code.
       new  941e0d3e  Add WITH_XMSS, move to prevent conflicts.

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 941e0d3e9bb8d5e4eb70cc694441445faf037c84
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Feb 28 19:59:35 2018 +1100

    Add WITH_XMSS, move to prevent conflicts.
    
    Add #ifdef WITH_XMSS to ssh-xmss.c, move it in the other files to after
    includes.h so it's less likely to conflict and will pick up WITH_XMSS if
    added to config.h.

Summary of changes:
 ssh-xmss.c          | 2 ++
 sshkey-xmss.c       | 2 +-
 xmss_commons.c      | 2 +-
 xmss_fast.c         | 2 +-
 xmss_hash.c         | 2 +-
 xmss_hash_address.c | 2 +-
 xmss_wots.c         | 2 +-
 7 files changed, 8 insertions(+), 6 deletions(-)

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


More information about the openssh-commits mailing list