summaryrefslogtreecommitdiff
path: root/crypto/aes
diff options
context:
space:
mode:
authorappro <appro>2011-09-12 12:50:00 +0000
committerappro <appro>2011-09-12 12:50:00 +0000
commitcc43f312d5e3f11f2c23f0055978c7c1fef3f5f0 (patch)
tree5179949b22bc1e1a35f5cf81e374f18dc43c58df /crypto/aes
parentd4ba4dae708e3954df2459228e6ec166fdf9c78d (diff)
downloadopenssl-cc43f312d5e3f11f2c23f0055978c7c1fef3f5f0.tar.gz
vpaes-x86[_64]*.pl: fix typo.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/asm/vpaes-x86.pl2
-rw-r--r--crypto/aes/asm/vpaes-x86_64.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/aes/asm/vpaes-x86.pl b/crypto/aes/asm/vpaes-x86.pl
index 1de722b55..efe68dff4 100644
--- a/crypto/aes/asm/vpaes-x86.pl
+++ b/crypto/aes/asm/vpaes-x86.pl
@@ -43,7 +43,7 @@
# pshufb, yet it's respectable +32%/65% improvement on Core 2
# and +58%/40% on Atom.
#
-# <appro@openss.org>
+# <appro@openssl.org>
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
push(@INC,"${dir}","${dir}../../perlasm");
diff --git a/crypto/aes/asm/vpaes-x86_64.pl b/crypto/aes/asm/vpaes-x86_64.pl
index 17651e1b3..3ea85d23e 100644
--- a/crypto/aes/asm/vpaes-x86_64.pl
+++ b/crypto/aes/asm/vpaes-x86_64.pl
@@ -42,7 +42,7 @@
# (***) Less impressive improvement on Core 2 and Atom is due to slow
# pshufb, yet it's respectable +40%/78% improvement on Core 2.
#
-# <appro@openss.org>
+# <appro@openssl.org>
$flavour = shift;
$output = shift;