From b00da61eab03df2268a2c9946e03385a7d38a5fb Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Thu, 15 Dec 2016 02:27:53 -0800 Subject: Preliminary support for DragonFly BSD - It builds but no further testing has been done. --- src/crypto/crypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/crypto.cpp') diff --git a/src/crypto/crypto.cpp b/src/crypto/crypto.cpp index 250779ac3..6ceb944cd 100644 --- a/src/crypto/crypto.cpp +++ b/src/crypto/crypto.cpp @@ -42,7 +42,7 @@ #include "crypto.h" #include "hash.h" -#if !defined(__FreeBSD__) && !defined(__OpenBSD__) +#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) #include #else #include -- cgit v1.2.3