diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-02-28 09:13:52 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-02-28 09:13:52 +0100 |
commit | bfaaf960a0204d5ee8ed75af05104737a54b4a52 (patch) | |
tree | 8bbe75c53e48afb6ed451e15a812d61a19c53660 /includes.h | |
parent | - (dtucker) [configure.ac] Add -fstack-protector to LDFLAGS too, fixes (diff) | |
download | openssh-bfaaf960a0204d5ee8ed75af05104737a54b4a52.tar.xz openssh-bfaaf960a0204d5ee8ed75af05104737a54b4a52.zip |
- (dtucker) [includes.h ssh-add.c ssh-agent.c ssh-keygen.c ssh.c sshd.c
openbsd-compat/openssl-compat.{c,h}] Bug #1437 Move the OpenSSL compat
header to after OpenSSL headers, since some versions of OpenSSL have
SSLeay_add_all_algorithms as a macro already.
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes.h b/includes.h index af231a9b3..9fcf1b023 100644 --- a/includes.h +++ b/includes.h @@ -166,7 +166,6 @@ #include "platform.h" #include "openbsd-compat/openbsd-compat.h" #include "openbsd-compat/bsd-nextstep.h" -#include "openbsd-compat/openssl-compat.h" #include "entropy.h" |