aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/twofish/twofish.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/plugins/twofish/twofish.h')
-rw-r--r--src/libstrongswan/plugins/twofish/twofish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/twofish/twofish.h b/src/libstrongswan/plugins/twofish/twofish.h
index 4a1f7625c..6d399766b 100644
--- a/src/libstrongswan/plugins/twofish/twofish.h
+++ b/src/libstrongswan/plugins/twofish/twofish.h
@@ -11,7 +11,7 @@
* subkeys, K[0] through K[7]. k holds the remaining, "round" subkeys. Note
* that k[i] corresponds to what the Twofish paper calls K[i+8].
*/
-typedef struct twofish_context {
+struct twofish_context {
u_int32_t s[4][256], w[8], k[32];
};