From 962d8697a7b5dd78ba3a64a65c88054dba0b6ce1 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 25 Aug 2023 02:17:41 +0000 Subject: [PATCH] zap a stray space --- lib/libcrypto/arch/riscv64/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/arch/riscv64/Makefile.inc b/lib/libcrypto/arch/riscv64/Makefile.inc index 28e2a46b831..7094746b04c 100644 --- a/lib/libcrypto/arch/riscv64/Makefile.inc +++ b/lib/libcrypto/arch/riscv64/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.1 2023/07/07 15:51:03 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2023/08/25 02:17:41 tb Exp $ # riscv64 libcrypto build rules # aes SRCS+= aes_core.c -SRCS+= aes_cbc.c +SRCS+= aes_cbc.c # bf SRCS+= bf_enc.c -- 2.20.1