From: Niels Möller Date: Thu, 5 Feb 2004 16:17:43 +0000 (+0100) Subject: * x86/aes-encrypt.asm, x86/aes-decrypt.asm, x86/arcfour-crypt.asm: X-Git-Tag: nettle_1.9_release_20040207~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4d177fe4742f46dd301fc663fbba48f13515515;p=thirdparty%2Fnettle.git * x86/aes-encrypt.asm, x86/aes-decrypt.asm, x86/arcfour-crypt.asm: Fixed debug information. Rev: src/nettle/x86/arcfour-crypt.asm:1.2 --- diff --git a/x86/arcfour-crypt.asm b/x86/arcfour-crypt.asm index 9f2f8eb4..ed5683e2 100644 --- a/x86/arcfour-crypt.asm +++ b/x86/arcfour-crypt.asm @@ -72,4 +72,4 @@ nettle_arcfour_crypt: popl %ebx ret .Leord: - .size nettle_arcfour_crypt,.Leord-aes_decrypt + .size nettle_arcfour_crypt,.Leord-nettle_arcfour_crypt