artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee51a3
)
Link evp/cipher_method_lib.c to the build
author
tb
<tb@openbsd.org>
Wed, 1 Mar 2023 11:28:30 +0000
(11:28 +0000)
committer
tb
<tb@openbsd.org>
Wed, 1 Mar 2023 11:28:30 +0000
(11:28 +0000)
ok jsing
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
edd38b5
..
b9a251a
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.9
8 2023/02/13 09:21:35
tb Exp $
+# $OpenBSD: Makefile,v 1.9
9 2023/03/01 11:28:30
tb Exp $
LIB= crypto
LIBREBUILD=y
@@
-414,6
+414,7
@@
SRCS+= bio_b64.c
SRCS+= bio_enc.c
SRCS+= bio_md.c
SRCS+= c_all.c
+SRCS+= cipher_method_lib.c
SRCS+= digest.c
SRCS+= e_aes.c
SRCS+= e_aes_cbc_hmac_sha1.c