b11fe1
From 6779e56fafb0aa8ae5efa7068da34a630b51b530 Mon Sep 17 00:00:00 2001
b11fe1
From: Simon Pichugin <spichugi@redhat.com>
b11fe1
Date: Fri, 5 Aug 2022 13:23:52 -0700
b11fe1
Subject: [PATCH] Add export symbols related to LDAP_CONNECTIONLESS
b11fe1
b11fe1
---
b11fe1
 libraries/liblber/lber.map | 1 +
b11fe1
 libraries/libldap/ldap.map | 1 +
b11fe1
 2 files changed, 2 insertions(+)
b11fe1
b11fe1
diff --git a/libraries/liblber/lber.map b/libraries/liblber/lber.map
b11fe1
index 9a4094b0f..083cd1f32 100644
b11fe1
--- a/libraries/liblber/lber.map
b11fe1
+++ b/libraries/liblber/lber.map
b11fe1
@@ -121,6 +121,7 @@ OPENLDAP_2.200
b11fe1
     ber_sockbuf_io_fd;
b11fe1
     ber_sockbuf_io_readahead;
b11fe1
     ber_sockbuf_io_tcp;
b11fe1
+    ber_sockbuf_io_udp;
b11fe1
     ber_sockbuf_remove_io;
b11fe1
     ber_sos_dump;
b11fe1
     ber_start;
b11fe1
diff --git a/libraries/libldap/ldap.map b/libraries/libldap/ldap.map
b11fe1
index b28c9c21e..021aaba63 100644
b11fe1
--- a/libraries/libldap/ldap.map
b11fe1
+++ b/libraries/libldap/ldap.map
b11fe1
@@ -200,6 +200,7 @@ OPENLDAP_2.200
b11fe1
     ldap_is_ldap_url;
b11fe1
     ldap_is_ldapi_url;
b11fe1
     ldap_is_ldaps_url;
b11fe1
+    ldap_is_ldapc_url;
b11fe1
     ldap_is_read_ready;
b11fe1
     ldap_is_write_ready;
b11fe1
     ldap_ld_free;
b11fe1
-- 
b11fe1
2.37.1
b11fe1