artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25b737
)
zap a stray space
author
tb
<tb@openbsd.org>
Fri, 25 Aug 2023 02:17:41 +0000
(
02:17
+0000)
committer
tb
<tb@openbsd.org>
Fri, 25 Aug 2023 02:17:41 +0000
(
02:17
+0000)
lib/libcrypto/arch/riscv64/Makefile.inc
patch
|
blob
|
history
diff --git
a/lib/libcrypto/arch/riscv64/Makefile.inc
b/lib/libcrypto/arch/riscv64/Makefile.inc
index
28e2a46
..
7094746
100644
(file)
--- 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