[openssh-commits] [openssh] 01/02: portablity fix: s/__inline__/inline/

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 24 16:55:08 AEDT 2015


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 at 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 at mindrot.org.


More information about the openssh-commits mailing list