]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use u_int32_t legacy type in blowfish header file
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 24 Mar 2016 19:58:32 +0000 (20:58 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 24 Mar 2016 19:58:32 +0000 (20:58 +0100)
src/libstrongswan/plugins/blowfish/blowfish.h

index ad853afd80c9beec031dcaf2033f60aa9be56231..9aa30df4b2c1718139a7b407a0cf5e6322d279e1 100644 (file)
@@ -98,7 +98,7 @@ extern "C" {
 #else
 #include <sys/types.h>
 #endif
-#define BF_LONG uint32_t
+#define BF_LONG u_int32_t
 #endif
 
 #define BF_ROUNDS      16