From 54078654e7cc89a251c94dc9d0920e48886b01d1 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 4 Mar 2013 10:28:18 -0800 Subject: [PATCH] add _krb5_plugin_run_f --- lib/krb5/version-script.map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/version-script.map b/lib/krb5/version-script.map index 0d85ffcd1..804248faf 100644 --- a/lib/krb5/version-script.map +++ b/lib/krb5/version-script.map @@ -720,6 +720,9 @@ HEIMDAL_KRB5_2.0 { krb5_cc_type_kcm; krb5_cc_type_scc; + # shared with HDB + _krb5_plugin_run_f; + # Shared with GSSAPI krb5 _krb5_crc_init_table; _krb5_crc_update;