[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Jul 17 14:21:35 UTC 2018


The branch master has been updated
       via  1a50eedf2a1fbb1e0e009ad616d8be678e4c6340 (commit)
      from  910fff7eb6cb8175fec4535ede09dc871c9895ac (commit)


- Log -----------------------------------------------------------------
commit 1a50eedf2a1fbb1e0e009ad616d8be678e4c6340
Author: Mat <mberchtold at gmail.com>
Date:   Tue Jul 17 09:48:27 2018 -0400

    Fix typo in x25519-x86_64.pl
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6726)

-----------------------------------------------------------------------

Summary of changes:
 crypto/ec/asm/x25519-x86_64.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/ec/asm/x25519-x86_64.pl b/crypto/ec/asm/x25519-x86_64.pl
index da81e06..18dc6af 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.
 #


More information about the openssl-commits mailing list