[openssh-commits] [openssh] 01/02: Wrap blf.h include in ifdef. From FreeBSD.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Apr 7 10:50:27 AEST 2015


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit bb99844abae2b6447272f79e7fa84134802eb4df
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Tue Apr 7 10:47:15 2015 +1000

    Wrap blf.h include in ifdef.  From FreeBSD.
---
 openbsd-compat/blowfish.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openbsd-compat/blowfish.c b/openbsd-compat/blowfish.c
index 6c41954..e10f7e7 100644
--- a/openbsd-compat/blowfish.c
+++ b/openbsd-compat/blowfish.c
@@ -50,7 +50,9 @@
 #endif
 
 #include <sys/types.h>
+#ifdef HAVE_BLF_H
 #include <blf.h>
+#endif
 
 #undef inline
 #ifdef __GNUC__

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list