Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 744b5a28 authored by Sebastian Siewior's avatar Sebastian Siewior Committed by Herbert Xu
Browse files

[CRYPTO] aes-x86-32: Remove unused return code



The return parameter isn't used remove it.

Signed-off-by: default avatarSebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d5dc3927
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -289,7 +289,6 @@ aes_enc_blk:
	pop     %ebx
	mov     %r0,(%ebp)
	pop     %ebp
	mov     $1,%eax
	ret

// AES (Rijndael) Decryption Subroutine
@@ -365,6 +364,4 @@ aes_dec_blk:
	pop     %ebx
	mov     %r0,(%ebp)
	pop     %ebp
	mov     $1,%eax
	ret