diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-03-24 20:58:32 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-03-24 20:58:32 +0100 |
commit | aaa4e478b1894ae75e5bb3e9eb7cfec51952a66b (patch) | |
tree | 76c500ed70cc30ccde45a5b557528554f75c6194 /src | |
parent | b12c53ce77beb8e04b044d0c0dc9249ddba72200 (diff) | |
download | strongswan-aaa4e478b1894ae75e5bb3e9eb7cfec51952a66b.tar.bz2 strongswan-aaa4e478b1894ae75e5bb3e9eb7cfec51952a66b.tar.xz |
Use u_int32_t legacy type in blowfish header file
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/plugins/blowfish/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> #endif -#define BF_LONG uint32_t +#define BF_LONG u_int32_t #endif #define BF_ROUNDS 16 |