From aaa4e478b1894ae75e5bb3e9eb7cfec51952a66b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 24 Mar 2016 20:58:32 +0100 Subject: [PATCH] Use u_int32_t legacy type in blowfish header file --- src/libstrongswan/plugins/blowfish/blowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/plugins/blowfish/blowfish.h b/src/libstrongswan/plugins/blowfish/blowfish.h index ad853afd8..9aa30df4b 100644 --- a/src/libstrongswan/plugins/blowfish/blowfish.h +++ b/src/libstrongswan/plugins/blowfish/blowfish.h @@ -98,7 +98,7 @@ extern "C" { #else #include #endif -#define BF_LONG uint32_t +#define BF_LONG u_int32_t #endif #define BF_ROUNDS 16