Use u_int32_t legacy type in blowfish header file
This commit is contained in:
@@ -98,7 +98,7 @@ extern "C" {
|
|||||||
#else
|
#else
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
#define BF_LONG uint32_t
|
#define BF_LONG u_int32_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BF_ROUNDS 16
|
#define BF_ROUNDS 16
|
||||||
|
|||||||
Reference in New Issue
Block a user