portablity fix: s/__inline__/inline/

This commit is contained in:
Tim Rice 2015-02-23 21:50:34 -08:00
parent 4c356308a8
commit 1221b22023

View File

@ -27,7 +27,7 @@
* the counter is of size 'len' bytes and stored in network-byte-order. * the counter is of size 'len' bytes and stored in network-byte-order.
* (LSB at ctr[len-1], MSB at ctr[0]) * (LSB at ctr[len-1], MSB at ctr[0])
*/ */
static __inline__ void static inline void
aesctr_inc(u8 *ctr, u32 len) aesctr_inc(u8 *ctr, u32 len)
{ {
ssize_t i; ssize_t i;