xref: /netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/version-script.map (revision ca1c9b0c534faa5fd4c7d36fd3c199a2a3d7b0e4)
1*ca1c9b0cSelricHEIMDAL_OTP_1.0 {
2*ca1c9b0cSelric	global:
3*ca1c9b0cSelric		otp_challenge;
4*ca1c9b0cSelric		otp_checksum;
5*ca1c9b0cSelric		otp_db_close;
6*ca1c9b0cSelric		otp_db_open;
7*ca1c9b0cSelric		otp_delete;
8*ca1c9b0cSelric		otp_error;
9*ca1c9b0cSelric		otp_find_alg;
10*ca1c9b0cSelric		otp_get;
11*ca1c9b0cSelric		otp_parse;
12*ca1c9b0cSelric		otp_parse_altdict;
13*ca1c9b0cSelric		otp_parse_hex;
14*ca1c9b0cSelric		otp_parse_stddict;
15*ca1c9b0cSelric		otp_print_hex;
16*ca1c9b0cSelric		otp_print_hex_extended;
17*ca1c9b0cSelric		otp_print_stddict;
18*ca1c9b0cSelric		otp_print_stddict_extended;
19*ca1c9b0cSelric		otp_put;
20*ca1c9b0cSelric		otp_simple_get;
21*ca1c9b0cSelric		otp_verify_user;
22*ca1c9b0cSelric		otp_verify_user_1;
23*ca1c9b0cSelric	local:
24*ca1c9b0cSelric		*;
25*ca1c9b0cSelric};
26