]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed debug information.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 5 Feb 2004 16:18:24 +0000 (17:18 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 5 Feb 2004 16:18:24 +0000 (17:18 +0100)
Rev: src/nettle/x86/arcfour-crypt.asm:1.3

x86/arcfour-crypt.asm

index ed5683e2eb068bcd97aadf040baa0ba1feb1f19e..d35a1daa0cca5c76bafc7ca8b2bb273131293793 100644 (file)
@@ -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,