---
x86_64/sha256-compress.asm | 1 +
x86_64/sha512-compress.asm | 1 +
2 files changed, 2 insertions(+)
diff --git a/x86_64/sha256-compress.asm b/x86_64/sha256-compress.asm
index 6bfb7a7..385654c 100644
--- a/x86_64/sha256-compress.asm
+++ b/x86_64/sha256-compress.asm
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha256_compress)
mov 112(%rsp),%r15
add $120, %rsp
+ W64_EXIT(3, 0)
ret
EPILOGUE(_nettle_sha256_compress)
diff --git a/x86_64/sha512-compress.asm b/x86_64/sha512-compress.asm
index 21df82a..663e68e 100644
--- a/x86_64/sha512-compress.asm
+++ b/x86_64/sha512-compress.asm
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha512_compress)
mov 176(%rsp),%r15
add $184, %rsp
+ W64_EXIT(3, 0)
ret
EPILOGUE(_nettle_sha512_compress)
--
1.7.9.5
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs