On Tue, 24 Feb 2015, Darren Tucker wrote: | On Tue, Feb 24, 2015 at 7:37 PM, Tim Rice <tim@xxxxxxxxxxxxxxxx> wrote: | | > We already use "static inline void" in openbsd-compat/arc4random.c. | > Puzzling. | > | | Now that's weird. Also "static inline int" in sshbuf.c and addrmatch.c. | | Oh! The ones that work #include "includes.h" and cipher-aesctr,c doesn't. | "inline" must be defined in the headers somewhere (the system ones, it's | not in ours). Maybe some compilers handle "static inline int" but not "static inline void". Looking again at openbsd-compat/arc4random.c I see inline defined to nothing for the non GCC case. -- Tim Rice Multitalents tim@xxxxxxxxxxxxxxxx _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev