Importing crypto libraries

- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
This commit is contained in:
2015-10-07 00:45:38 +00:00
parent b1d068470b
commit ebfedea0ce
5082 changed files with 1472353 additions and 12 deletions

View File

@@ -0,0 +1,25 @@
# Id
HEIMDAL_KDC_1.0 {
global:
kdc_log;
kdc_log_msg;
kdc_log_msg_va;
kdc_openlog;
kdc_check_flags;
krb5_kdc_windc_init;
krb5_kdc_get_config;
krb5_kdc_pkinit_config;
krb5_kdc_set_dbinfo;
krb5_kdc_process_krb5_request;
krb5_kdc_process_request;
krb5_kdc_save_request;
krb5_kdc_update_time;
krb5_kdc_pk_initialize;
# needed for digest-service
_kdc_db_fetch;
_kdc_free_ent;
local:
*;
};