commit | 69ab354239d34a66cc3bb20cf1b87d4e84ccc0ea | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Dec 12 15:50:08 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Dec 17 11:27:20 2013 +0100 |
tree | 46fc071c3c7ceda1b41e6acdef6641bb0f8502f2 | |
parent | 96eed7bec97ef1b33bc143e23b9091753e8ed3b6 [diff] |
Fix bug from stupid typo
diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 130a9a9..d3b518a 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c
@@ -80,7 +80,7 @@ BYTES_TO_T_UINT_4( a, b, 0, 0 ) #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ - BYTES_TO_T_UINT_4( a, b, c, d ) \ + BYTES_TO_T_UINT_4( a, b, c, d ), \ BYTES_TO_T_UINT_4( e, f, g, h ) #else /* 64-bits */