aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-03-24 20:58:32 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-03-24 20:58:32 +0100
commitaaa4e478b1894ae75e5bb3e9eb7cfec51952a66b (patch)
tree76c500ed70cc30ccde45a5b557528554f75c6194 /src
parentb12c53ce77beb8e04b044d0c0dc9249ddba72200 (diff)
downloadstrongswan-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.h2
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