summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mberchtold@gmail.com>2018-07-17 15:48:27 +0200
committerRich Salz <rsalz@openssl.org>2018-07-17 16:20:45 +0200
commit1a50eedf2a1fbb1e0e009ad616d8be678e4c6340 (patch)
tree4801493f30c53628f7bf45664ab34847d1e1bab9
parentSkip the GOST test where appropriate (diff)
downloadopenssl-1a50eedf2a1fbb1e0e009ad616d8be678e4c6340.tar.xz
openssl-1a50eedf2a1fbb1e0e009ad616d8be678e4c6340.zip
Fix typo in x25519-x86_64.pl
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6726)
-rwxr-xr-xcrypto/ec/asm/x25519-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/asm/x25519-x86_64.pl b/crypto/ec/asm/x25519-x86_64.pl
index da81e065d4..18dc6af9fa 100755
--- a/crypto/ec/asm/x25519-x86_64.pl
+++ b/crypto/ec/asm/x25519-x86_64.pl
@@ -13,7 +13,7 @@
# details see http://www.openssl.org/~appro/cryptogams/.
# ====================================================================
#
-# X25519 lower-level primitives for x86_86.
+# X25519 lower-level primitives for x86_64.
#
# February 2018.
#