Current 6.8 git build issues on HP-UX

Darren Tucker dtucker at zip.com.au
Wed Feb 25 13:28:32 AEDT 2015


On Tue, Feb 24, 2015 at 8:34 PM, Darren Tucker <dtucker at zip.com.au> wrote:

> Oh!  The ones that work #include "includes.h" and cipher-aesctr,c doesn't.
>

Also, cipher-aesctr.c starts like this:

#include <sys/types.h>
#include <string.h>

#ifndef WITH_OPENSSL
[rest of file]

so there was no way for WITH_OPENSSL to get set since configure puts it in
config.h so we were always compiling this file where it was needed or not.
I've just committed the change to add includes.h.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list