heimdal: make some private key manipulation function public

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Matthieu Patou
2011-01-13 23:49:02 +03:00
committed by Love Hornquist Astrand
parent 4c507594d3
commit 8ce821c387

View File

@@ -17,8 +17,12 @@ HEIMDAL_X509_1.2 {
_hx509_generate_private_key_is_ca;
_hx509_map_file_os;
_hx509_name_from_Name;
_hx509_parse_private_key;
_hx509_private_key_assign_rsa;
_hx509_private_key2SPKI;
_hx509_private_key_free;
_hx509_private_key_init;
_hx509_private_key_private_decrypt;
_hx509_private_key_ref;
_hx509_request_add_dns_name;
_hx509_request_add_email;