summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf
diff options
context:
space:
mode:
authortb <>2024-03-02 09:02:04 +0000
committertb <>2024-03-02 09:02:04 +0000
commita73fc18db0f7a430051a0c4c25c3154278ae50a0 (patch)
tree6f9ab12d823fbc202f3891db15ef302e73bf7fb9 /src/lib/libcrypto/conf
parentc65895af2c2fed4774618ef4358bbb36943f0dde (diff)
downloadopenbsd-a73fc18db0f7a430051a0c4c25c3154278ae50a0.tar.gz
openbsd-a73fc18db0f7a430051a0c4c25c3154278ae50a0.tar.bz2
openbsd-a73fc18db0f7a430051a0c4c25c3154278ae50a0.zip
Make ASN1_add_oid_module internal
ok jsing
Diffstat (limited to 'src/lib/libcrypto/conf')
-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)