diff options
| author | tb <> | 2024-10-18 11:12:10 +0000 |
|---|---|---|
| committer | tb <> | 2024-10-18 11:12:10 +0000 |
| commit | e6bf2a143492c14e535a08bc31d4d0766f703f1a (patch) | |
| tree | 8cd0126288cdbed5fc231ceec866104e01277f24 /src/lib/libcrypto/Makefile | |
| parent | 247220950cfdc0814fba4bac2b544c7987e6dc6f (diff) | |
| download | openbsd-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/Makefile | 3 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -230,7 +230,6 @@ SRCS+= conf_api.c | |||
| 230 | SRCS+= conf_def.c | 230 | SRCS+= conf_def.c |
| 231 | SRCS+= conf_err.c | 231 | SRCS+= conf_err.c |
| 232 | SRCS+= conf_lib.c | 232 | SRCS+= conf_lib.c |
| 233 | SRCS+= conf_mall.c | ||
| 234 | SRCS+= conf_mod.c | 233 | SRCS+= conf_mod.c |
| 235 | SRCS+= conf_sap.c | 234 | SRCS+= conf_sap.c |
| 236 | 235 | ||
