diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index e46e55ddbc..e62cd8d5a1 100644 --- a/src/libafsauthent/afsauthent.def +++ b/src/libafsauthent/afsauthent.def @@ -155,3 +155,8 @@ EXPORTS afsconf_SetLocalRealm @154 afsconf_IsLocalRealmMatch @155 afsconf_ParseNetFiles @156 + afsconf_SetExtendedCellInfo @157 + afsconf_PickClientSecObj @158 + afsconf_SawCell @159 + ka_PrintBytes @160 + ka_KeyIsZero @161 diff --git a/src/libafsrpc/NTMakefile b/src/libafsrpc/NTMakefile index 274d8238c9..1628d63b2d 100644 --- a/src/libafsrpc/NTMakefile +++ b/src/libafsrpc/NTMakefile @@ -42,8 +42,8 @@ RXOBJS = $(OUT)\rx_event.obj $(OUT)\rx_user.obj $(OUT)\rx_pthread.obj \ RXSTATBJS = $(OUT)\rxstat.obj $(OUT)\rxstat.ss.obj $(OUT)\rxstat.xdr.obj $(OUT)\rxstat.cs.obj -LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\ticket.obj \ - $(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj +LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\rxkad_errs.obj \ + $(OUT)\ticket.obj $(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj LIBRXKAD_REGOBJS = $(OUT)\bg-fcrypt.obj diff --git a/src/libafsrpc/afsrpc.def b/src/libafsrpc/afsrpc.def index 3315184bff..780a9b3ce3 100755 --- a/src/libafsrpc/afsrpc.def +++ b/src/libafsrpc/afsrpc.def @@ -337,6 +337,7 @@ EXPORTS rx_CopyPeerRPCStats @342 rx_ReleaseRPCStats @343 RXAFS_OpCodeIndex @344 + initialize_RXK_error_table @345 ; for performance testing rx_TSFPQGlobSize @2001 DATA