summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf_mall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/conf/conf_mall.c')
-rw-r--r--src/lib/libcrypto/conf/conf_mall.c10
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 */
62void ASN1_add_oid_module(void);
69 63
70void 64void
71OPENSSL_load_builtin_modules(void) 65OPENSSL_load_builtin_modules(void)