From f3128a18fee6745317cdf1918fe3c3901958b1de Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 25 Sep 2013 10:55:27 -0400 Subject: Work in progress... --- node/Poly1305.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Poly1305.cpp') diff --git a/node/Poly1305.cpp b/node/Poly1305.cpp index 01f8de30..01889b51 100644 --- a/node/Poly1305.cpp +++ b/node/Poly1305.cpp @@ -90,7 +90,7 @@ static void mulmod(unsigned int h[17],const unsigned int r[17]) squeeze(h); } -static int crypto_onetimeauth(unsigned char *out,const unsigned char *in,unsigned long long inlen,const unsigned char *k) +static inline int crypto_onetimeauth(unsigned char *out,const unsigned char *in,unsigned long long inlen,const unsigned char *k) { unsigned int j; unsigned int r[17]; -- cgit v1.2.3