artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5cb5b
)
link tls1_prf.c to build
author
tb
<tb@openbsd.org>
Tue, 9 Jul 2024 16:41:44 +0000
(16:41 +0000)
committer
tb
<tb@openbsd.org>
Tue, 9 Jul 2024 16:41:44 +0000
(16:41 +0000)
ok jsing
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
a5a2c23
..
96a0f19
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.19
8 2024/07/09 09:39:14 beck
Exp $
+# $OpenBSD: Makefile,v 1.19
9 2024/07/09 16:41:44 tb
Exp $
LIB= crypto
LIBREBUILD=y
@@
-391,6
+391,7
@@
SRCS+= idea.c
# kdf/
SRCS+= hkdf_evp.c
SRCS+= kdf_err.c
+SRCS+= tls1_prf.c
# lhash/
SRCS+= lhash.c