From de09ed39fa4a3c84df76e1cb132ff907d29a95de 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:18:24 +0100 Subject: [PATCH] Fixed debug information. Rev: src/nettle/x86/arcfour-crypt.asm:1.3 --- 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 ed5683e2..d35a1daa 100644 --- a/x86/arcfour-crypt.asm +++ b/x86/arcfour-crypt.asm @@ -17,7 +17,7 @@ C along with the nettle library; see the file COPYING.LIB. If not, write to C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, C MA 02111-1307, USA. - .file "arcfour.asm" + .file "arcfour-crypt.asm" C arcfour_crypt(struct arcfour_ctx *ctx, C unsigned length, uint8_t *dst, -- GitLab