From a4d177fe4742f46dd301fc663fbba48f13515515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 5 Feb 2004 17:17:43 +0100 Subject: [PATCH] * x86/aes-encrypt.asm, x86/aes-decrypt.asm, x86/arcfour-crypt.asm: Fixed debug information. Rev: src/nettle/x86/arcfour-crypt.asm:1.2 --- x86/arcfour-crypt.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab