From 690ad7280e655654a3bcca2ca5ced9caacf75c8b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 May 2012 15:45:16 +0000 Subject: Added libbu++ endianness support. It's probably not as fast as system endianness, but on gnu it'll use the libc versions, if you don't have those, at least libbu++ will compile. --- src/experimental/blowfish.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/experimental/blowfish.h') diff --git a/src/experimental/blowfish.h b/src/experimental/blowfish.h index 7e816ca..c2a8be5 100644 --- a/src/experimental/blowfish.h +++ b/src/experimental/blowfish.h @@ -8,6 +8,7 @@ #ifndef BU_BLOWFISH_H #define BU_BLOWFISH_H +#include "bu/config.h" #include "bu/cipher.h" #include "bu/ciphermodeecb.h" -- cgit v1.2.3