From: Niels Möller Date: Sat, 12 Apr 2003 15:47:25 +0000 (+0200) Subject: (_nettle_aes_crypt): Renamed functions, was X-Git-Tag: nettle_1.8_release_20040110~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf4cce19ac29f0b3067720877fa91d9a59412f0b;p=thirdparty%2Fnettle.git (_nettle_aes_crypt): Renamed functions, was _aes_crypt. Rev: src/nettle/sparc/aes.asm:1.125 --- diff --git a/sparc/aes.asm b/sparc/aes.asm index 9fce564f..edaf881a 100644 --- a/sparc/aes.asm +++ b/sparc/aes.asm @@ -176,11 +176,11 @@ define(, 136) .section ".text" .align 16 - .global _aes_crypt - .type _aes_crypt,#function + .global _nettle_aes_crypt + .type _nettle_aes_crypt,#function .proc 020 -_aes_crypt: +_nettle_aes_crypt: save %sp, -FRAME_SIZE, %sp cmp length, 0 be .Lend @@ -241,7 +241,7 @@ _aes_crypt: ret restore .Leord: - .size _aes_crypt,.Leord-_aes_crypt + .size _nettle_aes_crypt,.Leord-_nettle_aes_crypt ! Benchmarks on my slow sparcstation: ! Original C code