From: Benjamin Kaduk Date: Sat, 5 May 2018 19:00:27 +0000 (-0500) Subject: Export comerr initialization functions from libafsauthent X-Git-Tag: upstream/1.8.1_pre2^2~41 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2cdd866445fb786f5a20f0786849b0a57eccacf3;p=packages%2Fo%2Fopenafs.git Export comerr initialization functions from libafsauthent Add to the libafsauthent export symbol list these comerr initialization functions so that they are usable by consumers. Reviewed-on: https://gerrit.openafs.org/13055 Tested-by: BuildBot Reviewed-by: Anders Kaseorg Tested-by: Anders Kaseorg Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk (cherry picked from commit 70c4922980d1596155b4021cd72d6895c2371e23) Change-Id: I7fb91b14c0730abd8544ff0484af8746c2bb50db Reviewed-on: https://gerrit.openafs.org/13142 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index 2aa445ea2..6b23605ac 100644 --- a/src/libafsauthent/afsauthent.def +++ b/src/libafsauthent/afsauthent.def @@ -167,3 +167,10 @@ EXPORTS afsconf_GetAllKeys @166 afsconf_CheckRestrictedQuery @167 string_PR_IDToName @168 + initialize_ACFG_error_table @169 + initialize_KA_error_table @170 + initialize_KTC_error_table @171 + initialize_PT_error_table @172 + initialize_U_error_table @173 + initialize_VL_error_table @174 + initialize_VOLS_error_table @175 diff --git a/src/libafsauthent/libafsauthent.la.sym b/src/libafsauthent/libafsauthent.la.sym index 02914924b..8c199570b 100644 --- a/src/libafsauthent/libafsauthent.la.sym +++ b/src/libafsauthent/libafsauthent.la.sym @@ -22,6 +22,13 @@ afsconf_SetCellInfo afsconf_SetNoAuthFlag afsconf_SetSecurityFlags afsconf_SuperUser +initialize_ACFG_error_table +initialize_KA_error_table +initialize_KTC_error_table +initialize_PT_error_table +initialize_U_error_table +initialize_VL_error_table +initialize_VOLS_error_table ka_AuthServerConn ka_AuthSpecificServersConn ka_Authenticate