Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto fix pasto



details:   https://anonhg.NetBSD.org/src/rev/387123705b03
branches:  trunk
changeset: 829749:387123705b03
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 10 16:16:28 2018 +0000

description:
fix pasto

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/chacha.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 41afa6afa190 -r 387123705b03 crypto/external/bsd/openssl/lib/libcrypto/chacha.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/chacha.inc      Sat Feb 10 13:29:55 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/chacha.inc      Sat Feb 10 16:16:28 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: chacha.inc,v 1.1 2018/02/08 21:57:24 christos Exp $
+#      $NetBSD: chacha.inc,v 1.2 2018/02/10 16:16:28 christos Exp $
 #
 #      @(#) Copyright (c) 1995 Simon J. Gerraty
 #
@@ -9,7 +9,7 @@
 
 
 CHACHA_SRCS ?= \
-poly_enc.c
+chacha_enc.c
 
 SRCS += ${CHACHA_SRCS}
 



Home | Main Index | Thread Index | Old Index