1# $Id: version-script.map 22041 2007-11-11 07:43:27Z lha $
2
3HEIMDAL_NTLM_1.0 {
4	global:
5		heim_ntlm_build_ntlm1_master;
6		heim_ntlm_calculate_ntlm1;
7		heim_ntlm_calculate_ntlm2;
8		heim_ntlm_calculate_ntlm2_sess;
9		heim_ntlm_decode_targetinfo;
10		heim_ntlm_decode_type1;
11		heim_ntlm_decode_type2;
12		heim_ntlm_decode_type3;
13		heim_ntlm_encode_targetinfo;
14		heim_ntlm_encode_type1;
15		heim_ntlm_encode_type2;
16		heim_ntlm_encode_type3;
17		heim_ntlm_free_buf;
18		heim_ntlm_free_targetinfo;
19		heim_ntlm_free_type1;
20		heim_ntlm_free_type2;
21		heim_ntlm_free_type3;
22		heim_ntlm_nt_key;
23		heim_ntlm_ntlmv2_key;
24		heim_ntlm_verify_ntlm2;
25	local:
26		*;
27};
28