symbol versioning.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20521 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
25
lib/ntlm/version-script.map
Normal file
25
lib/ntlm/version-script.map
Normal file
@@ -0,0 +1,25 @@
|
||||
# $Id$
|
||||
|
||||
HEIMDAL_NTLM_1.0 {
|
||||
global:
|
||||
heim_ntlm_build_ntlm1_master;
|
||||
heim_ntlm_calculate_ntlm1;
|
||||
heim_ntlm_calculate_ntlm2;
|
||||
heim_ntlm_decode_targetinfo;
|
||||
heim_ntlm_decode_type1;
|
||||
heim_ntlm_decode_type2;
|
||||
heim_ntlm_decode_type3;
|
||||
heim_ntlm_encode_targetinfo;
|
||||
heim_ntlm_encode_type1;
|
||||
heim_ntlm_encode_type2;
|
||||
heim_ntlm_encode_type3;
|
||||
heim_ntlm_free_targetinfo;
|
||||
heim_ntlm_free_type1;
|
||||
heim_ntlm_free_type2;
|
||||
heim_ntlm_free_type3;
|
||||
heim_ntlm_nt_key;
|
||||
heim_ntlm_ntlmv2_key;
|
||||
heim_ntlm_verify_ntlm2;
|
||||
local:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user