Allow _gss_string_to_oid() without HAVE_DLOPEN
commit3587b8c08c8a119031c17b29bfe5d0f552bb39f8
authorAndrew Bartlett <abartlet@samba.org>
Sun, 8 Aug 2021 23:45:53 +0000 (9 11:45 +1200)
committerLuke Howard <lukeh@padl.com>
Sun, 8 Aug 2021 23:58:58 +0000 (9 09:58 +1000)
treed26e55a1c88196480a313eb540344ef5e1a0c76c
parentab8d4f508e0a9488f8292443135096af78028c7a
Allow _gss_string_to_oid() without HAVE_DLOPEN

This function became used outside the protection of
HAVE_DLOPEN (which Samba sets) with:

commit 5966c00701d9045fb5440a0d15c14a02cfd99f01
Author: Luke Howard <lukeh@padl.com>
Date:   Sun Aug 8 10:34:28 2021 +1000

    gss: add gss_mg_name_to_oid internal API

    Add a new function for future internal use, gss_mg_name_to_oid(), which takes
    either a dot-separated OID or a "short" mechanism name (such as
    "sanon-x25519"), and returns a mechanism OID.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
lib/gssapi/mech/gss_mech_switch.c