Files
heimdal/lib/otp/version-script.map
Love Hornquist Astrand e3044663df add version script to libotp
2009-12-07 21:15:29 -08:00

25 lines
380 B
Plaintext

HEIMDAL_OTP_1.0 {
global:
otp_challenge;
otp_checksum;
otp_db_close;
otp_db_open;
otp_delete;
otp_error;
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:
*;
};