artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1014dbe
)
cms_lcl.h should not be part of SRCS
author
tb
<tb@openbsd.org>
Sat, 26 Nov 2022 11:18:49 +0000
(11:18 +0000)
committer
tb
<tb@openbsd.org>
Sat, 26 Nov 2022 11:18:49 +0000
(11:18 +0000)
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
3f5342a
..
751e5db
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.8
8 2022/11/11 11:25:18 beck
Exp $
+# $OpenBSD: Makefile,v 1.8
9 2022/11/26 11:18:49 tb
Exp $
LIB= crypto
LIBREBUILD=y
@@
-249,7
+249,6
@@
SRCS+= cms_err.c
SRCS+= cms_ess.c
SRCS+= cms_io.c
SRCS+= cms_kari.c
-SRCS+= cms_lcl.h
SRCS+= cms_lib.c
SRCS+= cms_pwri.c
SRCS+= cms_sd.c