summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/blowfish.cpp
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/blowfish.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/blowfish.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwmanager/pwmanager/blowfish.cpp b/pwmanager/pwmanager/blowfish.cpp
index 2ca58ce..ee29756 100644
--- a/pwmanager/pwmanager/blowfish.cpp
+++ b/pwmanager/pwmanager/blowfish.cpp
@@ -43,9 +43,9 @@
43#include <string.h> 43#include <string.h>
44#include <stdlib.h> 44#include <stdlib.h>
45 45
46#include "blowfish.h"
47#include "globalstuff.h" 46#include "globalstuff.h"
48 47
48#include "blowfish.h"
49 49
50/* precomputed S boxes */ 50/* precomputed S boxes */
51static const uint32_t ks0[256] = { 51static const uint32_t ks0[256] = {