summaryrefslogtreecommitdiff
path: root/node/Poly1305.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Poly1305.cpp')
-rw-r--r--node/Poly1305.cpp2
1 files changed, 1 insertions, 1 deletions
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];