search for: b15f02f

Displaying 2 results from an estimated 2 matches for "b15f02f".

2015 Feb 24
2
Call for testing: OpenSSH 6.8
...command is 1. I also ran into this on old GCCs. It seems to be related to include orders although I don't understand why. On a hunch I tried this which seems to fix it for me, but again I don't understand why... Does it also help for you? diff --git a/packet.c b/packet.c index b1219c8..b15f02f 100644 --- a/packet.c +++ b/packet.c @@ -51,6 +51,8 @@ #include <netinet/ip.h> #include <arpa/inet.h> +#include <openssl/objects.h> + #include <errno.h> #include <stdarg.h> #include <stdio.h> -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9...
2015 Feb 23
2
Call for testing: OpenSSH 6.8
On Mon, 23 Feb 2015, Kevin Brott wrote: > Hrm - I'll have to run this on one of my linux boxxen and then schlep the > source over - the AIX/HP-UX boxenn have an older version of the autoconf > tools and autoreconf is broken/missing ... and that seems to work. > > Now the build fails here on AIX 6.1/7.1 ... > > xlc_r -O2 -qarch=ppc -qalloca -I/usr/include