export hx509_ca_tbs_set_signature_algorithm
hx509_ca_tbs_set_signature_algorithm was added by commit
c69c4634ad
. It must be exported
for use by hxtool on Windows.
Change-Id: I14b927abde96814ae2e0a90f232ab00915a9f29e
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
EXPORTS
|
||||
_hx509_cert_assign_key
|
||||
_hx509_cert_private_key
|
||||
@@ -51,6 +52,7 @@ EXPORTS
|
||||
hx509_ca_tbs_set_notBefore
|
||||
hx509_ca_tbs_set_proxy
|
||||
hx509_ca_tbs_set_serialnumber
|
||||
hx509_ca_tbs_set_signature_algorithm
|
||||
hx509_ca_tbs_set_spki
|
||||
hx509_ca_tbs_set_subject
|
||||
hx509_ca_tbs_set_template
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# $Id$
|
||||
|
||||
HEIMDAL_X509_1.2 {
|
||||
HEIMDAL_X509_1.3 {
|
||||
global:
|
||||
_hx509_cert_assign_key;
|
||||
_hx509_cert_private_key;
|
||||
@@ -46,6 +46,7 @@ HEIMDAL_X509_1.2 {
|
||||
hx509_ca_tbs_set_notBefore;
|
||||
hx509_ca_tbs_set_proxy;
|
||||
hx509_ca_tbs_set_serialnumber;
|
||||
hx509_ca_tbs_set_signature_algorithm;
|
||||
hx509_ca_tbs_set_spki;
|
||||
hx509_ca_tbs_set_subject;
|
||||
hx509_ca_tbs_set_template;
|
||||
|
Reference in New Issue
Block a user