diff options
author | tb <> | 2024-08-31 09:29:03 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 09:29:03 +0000 |
commit | 51c678b741cbefcaed139a0d65b70d02ac25559d (patch) | |
tree | ee535713d3aec36566373a30c56a3d8461ab7c5a /src/lib/libcrypto/conf/conf_lib.c | |
parent | 465ca291ecb667ff9b02fa56937b3f5ee1ae84cd (diff) | |
download | openbsd-51c678b741cbefcaed139a0d65b70d02ac25559d.tar.gz openbsd-51c678b741cbefcaed139a0d65b70d02ac25559d.tar.bz2 openbsd-51c678b741cbefcaed139a0d65b70d02ac25559d.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" |