portablity fix: s/__inline__/inline/
This commit is contained in:
parent
4c356308a8
commit
1221b22023
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue