aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/serpent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/alg_ia32/serpent.cpp')
-rw-r--r--modules/alg_ia32/serpent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp
index 964b677a1..fd489574b 100644
--- a/modules/alg_ia32/serpent.cpp
+++ b/modules/alg_ia32/serpent.cpp
@@ -43,7 +43,6 @@ void Serpent::key(const byte key[], u32bit length)
W[length / 4] |= u32bit(1) << ((length%4)*8);
serpent_key_schedule(W);
-
round_key.copy(W + 8, 132);
}