From: Niels Möller Date: Mon, 29 Mar 2010 12:25:27 +0000 (+0200) Subject: Fixed function name in epilogue. X-Git-Tag: camellia_32bit_20100720~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5826b64f4b22df4083860bb82da5f0b781a24da4;p=thirdparty%2Fnettle.git Fixed function name in epilogue. Rev: nettle/x86/md5-compress.asm:1.3 --- diff --git a/x86/md5-compress.asm b/x86/md5-compress.asm index bd895eaa..44894e31 100644 --- a/x86/md5-compress.asm +++ b/x86/md5-compress.asm @@ -171,4 +171,4 @@ PROLOGUE(_nettle_md5_compress) popl %ebp popl %ebx ret -EPILOGUE(_nettle_sha1_compress) +EPILOGUE(_nettle_md5_compress)