summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-10-18 11:12:10 +0000
committertb <>2024-10-18 11:12:10 +0000
commite6bf2a143492c14e535a08bc31d4d0766f703f1a (patch)
tree8cd0126288cdbed5fc231ceec866104e01277f24 /src/lib/libcrypto/Makefile
parent247220950cfdc0814fba4bac2b544c7987e6dc6f (diff)
downloadopenbsd-e6bf2a143492c14e535a08bc31d4d0766f703f1a.tar.gz
openbsd-e6bf2a143492c14e535a08bc31d4d0766f703f1a.tar.bz2
openbsd-e6bf2a143492c14e535a08bc31d4d0766f703f1a.zip
Inline last use of OPENSSL_load_builtin_modules()
This used to be a trivial wrapper of the ASN1_add_oid_module() horror. It's no longer exported, so it can go away. It moves from the terribly named file conf_mall.c to the equally terribly named file conf_sap.c. I have no idea what mall and sap are supposed to mean in this context.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 5d435d306d..d3be27ade1 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.212 2024/10/18 10:57:26 tb Exp $ 1# $OpenBSD: Makefile,v 1.213 2024/10/18 11:12:10 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -230,7 +230,6 @@ SRCS+= conf_api.c
230SRCS+= conf_def.c 230SRCS+= conf_def.c
231SRCS+= conf_err.c 231SRCS+= conf_err.c
232SRCS+= conf_lib.c 232SRCS+= conf_lib.c
233SRCS+= conf_mall.c
234SRCS+= conf_mod.c 233SRCS+= conf_mod.c
235SRCS+= conf_sap.c 234SRCS+= conf_sap.c
236 235