summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn_moid.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/asn1/asn_moid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn_moid.c b/src/lib/libcrypto/asn1/asn_moid.c
index 4da35c0e06..6874980463 100644
--- a/src/lib/libcrypto/asn1/asn_moid.c
+++ b/src/lib/libcrypto/asn1/asn_moid.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn_moid.c,v 1.16 2023/07/05 21:23:36 beck Exp $ */ 1/* $OpenBSD: asn_moid.c,v 1.17 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 */
@@ -105,7 +105,6 @@ ASN1_add_oid_module(void)
105{ 105{
106 CONF_module_add("oid_section", oid_module_init, oid_module_finish); 106 CONF_module_add("oid_section", oid_module_init, oid_module_finish);
107} 107}
108LCRYPTO_ALIAS(ASN1_add_oid_module);
109 108
110/* Create an OID based on a name value pair. Accept two formats. 109/* Create an OID based on a name value pair. Accept two formats.
111 * shortname = 1.2.3.4 110 * shortname = 1.2.3.4