diff options
author | tb <> | 2023-08-25 02:17:41 +0000 |
---|---|---|
committer | tb <> | 2023-08-25 02:17:41 +0000 |
commit | d302310b03dcccfcc743c39ce6b09bb80e6b6bf6 (patch) | |
tree | 904e1eef400e836dba67346c68954bab0de6bd37 | |
parent | f762db7fa64e98041a128e0822623f490c5367b2 (diff) | |
download | openbsd-d302310b03dcccfcc743c39ce6b09bb80e6b6bf6.tar.gz openbsd-d302310b03dcccfcc743c39ce6b09bb80e6b6bf6.tar.bz2 openbsd-d302310b03dcccfcc743c39ce6b09bb80e6b6bf6.zip |
zap a stray space
-rw-r--r-- | src/lib/libcrypto/arch/riscv64/Makefile.inc | 4 |
1 files 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 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.1 2023/07/07 15:51:03 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.2 2023/08/25 02:17:41 tb Exp $ |
2 | 2 | ||
3 | # riscv64 libcrypto build rules | 3 | # riscv64 libcrypto build rules |
4 | 4 | ||
5 | # aes | 5 | # aes |
6 | SRCS+= aes_core.c | 6 | SRCS+= aes_core.c |
7 | SRCS+= aes_cbc.c | 7 | SRCS+= aes_cbc.c |
8 | 8 | ||
9 | # bf | 9 | # bf |
10 | SRCS+= bf_enc.c | 10 | SRCS+= bf_enc.c |