From: Andreas Steffen Date: Thu, 24 Mar 2016 19:58:32 +0000 (+0100) Subject: Use u_int32_t legacy type in blowfish header file X-Git-Tag: 5.4.1dr1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaa4e478b1894ae75e5bb3e9eb7cfec51952a66b;p=thirdparty%2Fstrongswan.git Use u_int32_t legacy type in blowfish header file --- diff --git a/src/libstrongswan/plugins/blowfish/blowfish.h b/src/libstrongswan/plugins/blowfish/blowfish.h index ad853afd80..9aa30df4b2 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