Skip to content
Snippets Groups Projects
Commit a7ec8380 authored by Simo Sorce's avatar Simo Sorce Committed by Niels Möller
Browse files

Add missing EPILOGUEs in assembly files

parent 0f3d1efc
Branches
No related tags found
No related merge requests found
......@@ -182,4 +182,5 @@ define(<T1>, <%rax>)
mov XREG(%rax), P1305_H2 (CTX)
W64_EXIT(2, 0)
ret
EPILOGUE(nettle_poly1305_digest)
......@@ -713,3 +713,4 @@ PROLOGUE(nettle_serpent_decrypt)
pop %rbx
W64_EXIT(4, 13)
ret
EPILOGUE(nettle_serpent_decrypt)
......@@ -748,3 +748,4 @@ C parallell.
pop %rbx
W64_EXIT(4, 13)
ret
EPILOGUE(nettle_serpent_encrypt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment