summaryrefslogtreecommitdiffstats
path: root/third_party/heimdal/lib/otp/version-script.map
blob: 499943f29fbb28c27cd0cda27522439c8d7978f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
HEIMDAL_OTP_1.0 {
	global:
		otp_challenge;
		otp_checksum;
		otp_db_close;
		otp_db_open;
		otp_delete;
		otp_error;
		otp_find_alg;		
		otp_get;
		otp_parse;
		otp_parse_altdict;
		otp_parse_hex;
		otp_parse_stddict;
		otp_print_hex;
		otp_print_hex_extended;
		otp_print_stddict;
		otp_print_stddict_extended;
		otp_put;
		otp_simple_get;
		otp_verify_user;
		otp_verify_user_1;
	local:
		*;
};