aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-08-14 09:30:54 +0000
committerlloyd <[email protected]>2006-08-14 09:30:54 +0000
commiteba970e70755d5192433267c47a320f3f395bc4a (patch)
tree6cad8f6a03a0d6ab34746f72fcb02db95b91ab53 /modules
parent5c3488c9a0fc29d949080fb4aca1692538f9d1e9 (diff)
Was using sha1_core in the END_FUNCTION calls; doesn't make a difference,
since right now END_FUNCTION doesn't use its argument, but it looked strange and might cause problems later.
Diffstat (limited to 'modules')
-rw-r--r--modules/alg_ia32/md4core.S2
-rw-r--r--modules/alg_ia32/md5core.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/alg_ia32/md4core.S b/modules/alg_ia32/md4core.S
index 5689d810c..f6289a757 100644
--- a/modules/alg_ia32/md4core.S
+++ b/modules/alg_ia32/md4core.S
@@ -131,4 +131,4 @@ LOOP_UNTIL(ESI, IMM(16), .LOAD_INPUT)
ADD(ARRAY4(EBP, 3), EDX)
RESTORE_REGS()
-END_FUNCTION(sha160_core)
+END_FUNCTION(md4_core)
diff --git a/modules/alg_ia32/md5core.S b/modules/alg_ia32/md5core.S
index 523ed906e..857c3848f 100644
--- a/modules/alg_ia32/md5core.S
+++ b/modules/alg_ia32/md5core.S
@@ -160,4 +160,4 @@ LOOP_UNTIL(ESI, IMM(16), .LOAD_INPUT)
ADD(ARRAY4(EBP, 3), EDX)
RESTORE_REGS()
-END_FUNCTION(sha160_core)
+END_FUNCTION(md5_core)