Mailing List Archive

[openssh] 01/02: portablity fix: s/__inline__/inline/
This is an automated email from the git hooks/post-receive script.

tim pushed a commit to branch master
in repository openssh.

commit 1221b22023dce38cbc90ba77eae4c5d78c77a5e6
Author: Tim Rice <tim@multitalents.net>
Date: Mon Feb 23 21:50:34 2015 -0800

portablity fix: s/__inline__/inline/
---
cipher-aesctr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cipher-aesctr.c b/cipher-aesctr.c
index 850bbf7..5957f4b 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;

--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits