zap a stray space
authortb <tb@openbsd.org>
Fri, 25 Aug 2023 02:17:41 +0000 (02:17 +0000)
committertb <tb@openbsd.org>
Fri, 25 Aug 2023 02:17:41 +0000 (02:17 +0000)
lib/libcrypto/arch/riscv64/Makefile.inc

index 28e2a46..7094746 100644 (file)
@@ -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