git: f825427c0ae9 - main - krb5: Add missing symbol
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Dec 2025 14:04:10 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=f825427c0ae975025e831542782d4078b063a82e
commit f825427c0ae975025e831542782d4078b063a82e
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-12-11 14:00:45 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-12-11 14:02:37 +0000
krb5: Add missing symbol
Submitted by: lampa@fit.vutbr.cz
PR: 291565
MFC after: 1 day
---
krb5/lib/gssapi/version.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/krb5/lib/gssapi/version.map b/krb5/lib/gssapi/version.map
index c0e66aa3c382..42f32cc55edf 100644
--- a/krb5/lib/gssapi/version.map
+++ b/krb5/lib/gssapi/version.map
@@ -39,6 +39,7 @@ HEIMDAL_GSS_2.0 {
gss_inquire_cred;
gss_inquire_cred_by_mech;
gss_inquire_cred_by_oid;
+ gss_inquire_sec_context_by_oid;
gss_inquire_mech_for_saslname;
gss_inquire_mechs_for_name;
gss_inquire_name;