diff options
author | Mat <mberchtold@gmail.com> | 2018-07-17 15:48:27 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2018-07-17 16:20:45 +0200 |
commit | 1a50eedf2a1fbb1e0e009ad616d8be678e4c6340 (patch) | |
tree | 4801493f30c53628f7bf45664ab34847d1e1bab9 /crypto/ec/asm/x25519-x86_64.pl | |
parent | Skip the GOST test where appropriate (diff) | |
download | openssl-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)
Diffstat (limited to '')
-rwxr-xr-x | crypto/ec/asm/x25519-x86_64.pl | 2 |
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. # |