summaryrefslogtreecommitdiff
path: root/x86/sha1-compress.asm
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-04-16 15:38:15 +0200
committerNiels Möller <nisse@lysator.liu.se>2013-04-16 15:38:15 +0200
commit081483815557570dee6009ae46d66ed43a42c407 (patch)
treea89311be413620bff1645ac4ded75c2e29bfafa5 /x86/sha1-compress.asm
parente1646357a32fc37f98c9c54e6cdabee12dd50119 (diff)
downloadnettle-081483815557570dee6009ae46d66ed43a42c407.tar.gz
Switch to non-logarithmic ALIGN macro.
Diffstat (limited to 'x86/sha1-compress.asm')
-rw-r--r--x86/sha1-compress.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/sha1-compress.asm b/x86/sha1-compress.asm
index afb8d8c5..777615dc 100644
--- a/x86/sha1-compress.asm
+++ b/x86/sha1-compress.asm
@@ -160,7 +160,7 @@ PROLOGUE(_nettle_sha1_compress)
C Loop-mixed to 520 cycles (for the complete function call) on
C AMD K7.
-ALIGN(5)
+ALIGN(32)
mov 88(%esp), T2
mov OFFSET(2)(T2), %ecx
mov OFFSET(0)(T2), %eax