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/54471807d9db
branches: trunk
changeset: 359448:54471807d9db
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 98eae54c226a -r 54471807d9db 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