summaryrefslogtreecommitdiffstats
path: root/cipher-aesctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-aesctr.c')
-rw-r--r--cipher-aesctr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher-aesctr.c b/cipher-aesctr.c
index 850bbf7d..5957f4bb 100644
--- a/cipher-aesctr.c
+++ b/cipher-aesctr.c
@@ -27,7 +27,7 @@
* the counter is of size 'len' bytes and stored in network-byte-order.
* (LSB at ctr[len-1], MSB at ctr[0])
*/
-static __inline__ void
+static inline void
aesctr_inc(u8 *ctr, u32 len)
{
ssize_t i;