[git] NTBTLS - branch, master, updated. ntbtls-0.1.2-2-g0b56e5c

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Jan 29 10:57:10 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Not Too Bad TLS".

The branch, master has been updated
       via  0b56e5c076ae22853bf919c696db1e994acd1ef0 (commit)
      from  5dcdd1b0a399493f2f6c8e9cc2a51736057905a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0b56e5c076ae22853bf919c696db1e994acd1ef0
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Jan 29 18:54:51 2018 +0900

    Fix wipemem.h for other architectures.
    
    * src/wipemem.h (FASTWIPE_T): Defined.
    
    --
    
    GnuPG-bug-id: 3207
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/wipemem.h b/src/wipemem.h
index 0ddaf10..ac5bebf 100644
--- a/src/wipemem.h
+++ b/src/wipemem.h
@@ -33,6 +33,7 @@
      defined(__aarch64__)
 #  define _fast_wipememory2_unaligned_head(_ptr,_set,_len) /*do nothing*/
 # else
+#define FASTWIPE_T uint64_t
 #  define _fast_wipememory2_unaligned_head(_vptr,_vset,_vlen) do     \
     {                                                                \
       while((size_t)(_vptr)&(sizeof(FASTWIPE_T)-1) && _vlen)         \

-----------------------------------------------------------------------

Summary of changes:
 src/wipemem.h | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
Not Too Bad TLS
http://git.gnupg.org




More information about the Gnupg-commits mailing list