artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3620689
)
Remove fallback files that are now always included in the build.
author
jsing
<jsing@openbsd.org>
Thu, 28 Mar 2024 02:09:28 +0000
(
02:09
+0000)
committer
jsing
<jsing@openbsd.org>
Thu, 28 Mar 2024 02:09:28 +0000
(
02:09
+0000)
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
a794e8b
..
17aaab3
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.18
2 2024/03/28 01:57:00
jsing Exp $
+# $OpenBSD: Makefile,v 1.18
3 2024/03/28 02:09:28
jsing Exp $
LIB= crypto
LIBREBUILD=y
@@
-791,13
+791,9
@@
obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl
CFLAGS+=-DOPENSSL_NO_ASM
SRCS+= aes_core.c
SRCS+= aes_cbc.c
-SRCS+= blowfish.c
SRCS+= camellia.c
SRCS+= cmll_cbc.c
SRCS+= cmll_misc.c
-SRCS+= des_enc.c
-SRCS+= fcrypt_b.c
-SRCS+= rc4.c
SRCS+= wp_block.c
.endif