From d302310b03dcccfcc743c39ce6b09bb80e6b6bf6 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 25 Aug 2023 02:17:41 +0000 Subject: zap a stray space --- src/lib/libcrypto/arch/riscv64/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/arch/riscv64/Makefile.inc b/src/lib/libcrypto/arch/riscv64/Makefile.inc index 28e2a46b83..7094746b04 100644 --- a/src/lib/libcrypto/arch/riscv64/Makefile.inc +++ b/src/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 -- cgit v1.2.3-55-g6feb