summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/blowfish.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2015-04-07 10:47:15 +1000
committerDarren Tucker <dtucker@zip.com.au>2015-04-07 10:47:15 +1000
commitbb99844abae2b6447272f79e7fa84134802eb4df (patch)
tree83ed5e0e2b7b0a197735cc8935fbe0111771db08 /openbsd-compat/blowfish.c
parentd9b9b43656091cf0ad55c122f08fadb07dad0abd (diff)
Wrap blf.h include in ifdef. From FreeBSD.
Diffstat (limited to 'openbsd-compat/blowfish.c')
-rw-r--r--openbsd-compat/blowfish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/blowfish.c b/openbsd-compat/blowfish.c
index 6c419549..e10f7e7d 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__