summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-04-06 15:13:16 +0000
committerAndy Polyakov <appro@openssl.org>2009-04-06 15:13:16 +0000
commitdec95a126a9330ff432cab81a8e34149f06cfba8 (patch)
tree3d2f9953111090d531010bcad7b378f894262db5 /crypto/camellia/asm
parenta79b668b8f208ee0f8d6609430b723b0920409d6 (diff)
Camellia update: make it respect NO_[INLINE_]ASM and typo in assembler.
Diffstat (limited to 'crypto/camellia/asm')
-rw-r--r--crypto/camellia/asm/cmll-x86.pl2
-rw-r--r--crypto/camellia/asm/cmll-x86_64.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/camellia/asm/cmll-x86.pl b/crypto/camellia/asm/cmll-x86.pl
index 0812815bfb..027302ac86 100644
--- a/crypto/camellia/asm/cmll-x86.pl
+++ b/crypto/camellia/asm/cmll-x86.pl
@@ -1133,6 +1133,6 @@ my ($s0,$s1,$s2,$s3) = @T;
&function_end("Camellia_cbc_encrypt");
}
-&asciz("Camellia for x86 by <appro@openssl.org>");
+&asciz("Camellia for x86 by <appro\@openssl.org>");
&asm_finish();
diff --git a/crypto/camellia/asm/cmll-x86_64.pl b/crypto/camellia/asm/cmll-x86_64.pl
index c683646ca7..d0d6ca30d7 100644
--- a/crypto/camellia/asm/cmll-x86_64.pl
+++ b/crypto/camellia/asm/cmll-x86_64.pl
@@ -859,7 +859,7 @@ Camellia_cbc_encrypt:
ret
.size Camellia_cbc_encrypt,.-Camellia_cbc_encrypt
-.asciz "Camellia for x86_64 by <appro@openssl.org>"
+.asciz "Camellia for x86_64 by <appro\@openssl.org>"
___
}