]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Wrap blf.h include in ifdef. From FreeBSD.
authorDarren Tucker <dtucker@zip.com.au>
Tue, 7 Apr 2015 00:47:15 +0000 (10:47 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Tue, 7 Apr 2015 00:47:15 +0000 (10:47 +1000)
openbsd-compat/blowfish.c

index 6c419549e72a133798cda4fa2816b3298cf3ea7e..e10f7e7d9273da2345f48d64e1905b7cebb8440c 100644 (file)
@@ -50,7 +50,9 @@
 #endif
 
 #include <sys/types.h>
+#ifdef HAVE_BLF_H
 #include <blf.h>
+#endif
 
 #undef inline
 #ifdef __GNUC__