On 14/10/16 10:48, David Sommerseth wrote:
> Your patch has been applied to the master branch
> 
> commit b891e57e1fe794483c08296e32c15751f2676a2d
> Author: David Sommerseth
> Date:   Thu Oct 13 21:59:27 2016 +0200
> 
>      Move memcmp_constant_time() to crypto.h
> 
>      Signed-off-by: David Sommerseth <dav...@openvpn.net>
>      Acked-by: Steffan Karger <stef...@karger.me>
>      Message-Id: <1476388771-16492-2-git-send-email-dav...@openvpn.net>
>      URL: 
> https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12698.html
> 

[Lets try again, and see if Enigmail can be convinced not to encrypt it
this time]

Just for reference, as I forgot to state that in the previous mail.

This patch was slightly modified at commit time.  The function
declaration changed from 'static int' to 'static inline int', as
requested by Steffan Karger.

The difference is:
------------------------------------------------------------------------
@@ -31,7 +31,7 @@
 + * As memcmp(), but constant-time.
 + * Returns 0 when data is equal, non-zero otherwise.
 + */
-+static int
++static inline int
 +memcmp_constant_time (const void *a, const void *b, size_t size) {
 +  const uint8_t * a1 = a;
 +  const uint8_t * b1 = b;
------------------------------------------------------------------------


-- 
kind regards,

David Sommerseth

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to