diff options
| author | tb <> | 2024-08-31 09:29:03 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 09:29:03 +0000 |
| commit | 21569680041274b11a0f3de31bc00bdf52ddaa11 (patch) | |
| tree | ee535713d3aec36566373a30c56a3d8461ab7c5a /src/lib/libcrypto/conf/conf_lib.c | |
| parent | fa06106840d12417b65b1d797ece2e162f6ca2f7 (diff) | |
| download | openbsd-21569680041274b11a0f3de31bc00bdf52ddaa11.tar.gz openbsd-21569680041274b11a0f3de31bc00bdf52ddaa11.tar.bz2 openbsd-21569680041274b11a0f3de31bc00bdf52ddaa11.zip | |
Retire conf_api.h and the API therein
This makes the _CONF_* layer of the conf module internal and gets rid
of the entirely unused conf_api.h.
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/conf/conf_lib.c')
| -rw-r--r-- | src/lib/libcrypto/conf/conf_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf_lib.c b/src/lib/libcrypto/conf/conf_lib.c index abeea5588f..ccd09c0258 100644 --- a/src/lib/libcrypto/conf/conf_lib.c +++ b/src/lib/libcrypto/conf/conf_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: conf_lib.c,v 1.20 2024/08/31 09:26:18 tb Exp $ */ | 1 | /* $OpenBSD: conf_lib.c,v 1.21 2024/08/31 09:29:03 tb Exp $ */ |
| 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL | 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -60,7 +60,6 @@ | |||
| 60 | #include <openssl/crypto.h> | 60 | #include <openssl/crypto.h> |
| 61 | #include <openssl/err.h> | 61 | #include <openssl/err.h> |
| 62 | #include <openssl/conf.h> | 62 | #include <openssl/conf.h> |
| 63 | #include <openssl/conf_api.h> | ||
| 64 | #include <openssl/lhash.h> | 63 | #include <openssl/lhash.h> |
| 65 | 64 | ||
| 66 | #include "conf_local.h" | 65 | #include "conf_local.h" |
