summaryrefslogtreecommitdiff
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 6c419549e..e10f7e7d9 100644
--- a/openbsd-compat/blowfish.c
+++ b/openbsd-compat/blowfish.c
@@ -50,7 +50,9 @@
50#endif 50#endif
51 51
52#include <sys/types.h> 52#include <sys/types.h>
53#ifdef HAVE_BLF_H
53#include <blf.h> 54#include <blf.h>
55#endif
54 56
55#undef inline 57#undef inline
56#ifdef __GNUC__ 58#ifdef __GNUC__