mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
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.
|
* 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user