diff options
| author | tb <> | 2024-08-31 09:26:18 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 09:26:18 +0000 |
| commit | 465ca291ecb667ff9b02fa56937b3f5ee1ae84cd (patch) | |
| tree | 2d0e6a77bd6951db3389273540c9f34d62df1eb7 /src/lib/libcrypto/x509/x509_utl.c | |
| parent | 99f92d1f135e09a99ace18755bc48e1f954b46cb (diff) | |
| download | openbsd-465ca291ecb667ff9b02fa56937b3f5ee1ae84cd.tar.gz openbsd-465ca291ecb667ff9b02fa56937b3f5ee1ae84cd.tar.bz2 openbsd-465ca291ecb667ff9b02fa56937b3f5ee1ae84cd.zip | |
Unexport some conf layers unused outside of libcrypto
imodules are called imodules because they contain Information about
modules that have been Initialized. Which one of these two I it is
is anyone's best guess. Why anything outside of libcrypto would ever
possibly care will also remain a mystery.
Remove the old way of adding a conf module, user data, stop allowing
to set a method (it's opaque now, remember?) and drop a couple bits
more from the public api interface.
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_utl.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_utl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_utl.c b/src/lib/libcrypto/x509/x509_utl.c index 422e89989a..e0e5a67386 100644 --- a/src/lib/libcrypto/x509/x509_utl.c +++ b/src/lib/libcrypto/x509/x509_utl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_utl.c,v 1.19 2024/07/08 06:57:37 jca Exp $ */ | 1 | /* $OpenBSD: x509_utl.c,v 1.20 2024/08/31 09:26:18 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project. | 3 | * project. |
| 4 | */ | 4 | */ |
| @@ -67,6 +67,8 @@ | |||
| 67 | #include <openssl/err.h> | 67 | #include <openssl/err.h> |
| 68 | #include <openssl/x509v3.h> | 68 | #include <openssl/x509v3.h> |
| 69 | 69 | ||
| 70 | #include "conf_local.h" | ||
| 71 | |||
| 70 | #include "bytestring.h" | 72 | #include "bytestring.h" |
| 71 | 73 | ||
| 72 | static char *bn_to_string(const BIGNUM *bn); | 74 | static char *bn_to_string(const BIGNUM *bn); |
