diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf_mall.c')
-rw-r--r-- | src/lib/libcrypto/conf/conf_mall.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/libcrypto/conf/conf_mall.c b/src/lib/libcrypto/conf/conf_mall.c index e2a1d2db07..141c0abefd 100644 --- a/src/lib/libcrypto/conf/conf_mall.c +++ b/src/lib/libcrypto/conf/conf_mall.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: conf_mall.c,v 1.10 2023/11/19 15:46:09 tb Exp $ */ | 1 | /* $OpenBSD: conf_mall.c,v 1.11 2024/03/02 09:02:04 tb Exp $ */ |
2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2001. | 3 | * project 2001. |
4 | */ | 4 | */ |
@@ -56,16 +56,10 @@ | |||
56 | * | 56 | * |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <stdio.h> | ||
60 | |||
61 | #include <openssl/opensslconf.h> | ||
62 | |||
63 | #include <openssl/asn1.h> | ||
64 | #include <openssl/conf.h> | 59 | #include <openssl/conf.h> |
65 | #include <openssl/crypto.h> | ||
66 | #include <openssl/x509.h> | ||
67 | 60 | ||
68 | /* Load all OpenSSL builtin modules */ | 61 | /* Load all OpenSSL builtin modules */ |
62 | void ASN1_add_oid_module(void); | ||
69 | 63 | ||
70 | void | 64 | void |
71 | OPENSSL_load_builtin_modules(void) | 65 | OPENSSL_load_builtin_modules(void) |