diff options
author | tb <> | 2024-10-18 11:12:10 +0000 |
---|---|---|
committer | tb <> | 2024-10-18 11:12:10 +0000 |
commit | 1a7fd7787292c0192e0f8e7889d78be38bf8c9c2 (patch) | |
tree | 8cd0126288cdbed5fc231ceec866104e01277f24 /src/lib/libcrypto/conf/conf_local.h | |
parent | 6e3ee4ab12ef00c2c5bd43f234c08aab38f0b8d8 (diff) | |
download | openbsd-1a7fd7787292c0192e0f8e7889d78be38bf8c9c2.tar.gz openbsd-1a7fd7787292c0192e0f8e7889d78be38bf8c9c2.tar.bz2 openbsd-1a7fd7787292c0192e0f8e7889d78be38bf8c9c2.zip |
Inline last use of OPENSSL_load_builtin_modules()
This used to be a trivial wrapper of the ASN1_add_oid_module() horror.
It's no longer exported, so it can go away. It moves from the terribly
named file conf_mall.c to the equally terribly named file conf_sap.c.
I have no idea what mall and sap are supposed to mean in this context.
Diffstat (limited to 'src/lib/libcrypto/conf/conf_local.h')
-rw-r--r-- | src/lib/libcrypto/conf/conf_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/conf/conf_local.h b/src/lib/libcrypto/conf/conf_local.h index e22c1180b9..c3c6b22923 100644 --- a/src/lib/libcrypto/conf/conf_local.h +++ b/src/lib/libcrypto/conf/conf_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: conf_local.h,v 1.8 2024/10/10 06:51:22 tb Exp $ */ | 1 | /* $OpenBSD: conf_local.h,v 1.9 2024/10/18 11:12:10 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -98,8 +98,6 @@ char *_CONF_get_string(const CONF *conf, const char *section, | |||
98 | int _CONF_new_data(CONF *conf); | 98 | int _CONF_new_data(CONF *conf); |
99 | void _CONF_free_data(CONF *conf); | 99 | void _CONF_free_data(CONF *conf); |
100 | 100 | ||
101 | void OPENSSL_load_builtin_modules(void); | ||
102 | |||
103 | __END_HIDDEN_DECLS | 101 | __END_HIDDEN_DECLS |
104 | 102 | ||
105 | #endif /* HEADER_CONF_LOCAL_H */ | 103 | #endif /* HEADER_CONF_LOCAL_H */ |