From e83bfb825730afd560212514eb237b080afd5ed5 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 10 Feb 2018 16:16:28 +0000 Subject: [PATCH] fix pasto --- crypto/external/bsd/openssl/lib/libcrypto/chacha.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/external/bsd/openssl/lib/libcrypto/chacha.inc b/crypto/external/bsd/openssl/lib/libcrypto/chacha.inc index df76647b4a1d..9c54da7ec730 100644 --- a/crypto/external/bsd/openssl/lib/libcrypto/chacha.inc +++ b/crypto/external/bsd/openssl/lib/libcrypto/chacha.inc @@ -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}