From: Niels Möller Date: Thu, 5 Feb 2004 16:18:24 +0000 (+0100) Subject: Fixed debug information. X-Git-Tag: nettle_1.9_release_20040207~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de09ed39fa4a3c84df76e1cb132ff907d29a95de;p=thirdparty%2Fnettle.git Fixed debug information. Rev: src/nettle/x86/arcfour-crypt.asm:1.3 --- 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,