]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/heimdal/lib/ntlm/version-script.map
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / crypto / heimdal / lib / ntlm / version-script.map
1 # $Id$
2
3 HEIMDAL_NTLM_1.0 {
4         global:
5                 heim_ntlm_build_ntlm1_master;
6                 heim_ntlm_calculate_lm2;
7                 heim_ntlm_calculate_ntlm1;
8                 heim_ntlm_calculate_ntlm2;
9                 heim_ntlm_calculate_ntlm2_sess;
10                 heim_ntlm_decode_targetinfo;
11                 heim_ntlm_decode_type1;
12                 heim_ntlm_decode_type2;
13                 heim_ntlm_decode_type3;
14                 heim_ntlm_encode_targetinfo;
15                 heim_ntlm_encode_type1;
16                 heim_ntlm_encode_type2;
17                 heim_ntlm_encode_type3;
18                 heim_ntlm_free_buf;
19                 heim_ntlm_free_targetinfo;
20                 heim_ntlm_free_type1;
21                 heim_ntlm_free_type2;
22                 heim_ntlm_free_type3;
23                 heim_ntlm_nt_key;
24                 heim_ntlm_ntlmv2_key;
25                 heim_ntlm_verify_ntlm2;
26                 heim_ntlm_unparse_flags;
27                 initialize_ntlm_error_table_r;
28         local:
29                 *;
30 };