Skip to content

Commit

Permalink
export hx509_ca_tbs_set_signature_algorithm
Browse files Browse the repository at this point in the history
hx509_ca_tbs_set_signature_algorithm was added by commit
c69c463.  It must be exported
for use by hxtool on Windows.

Change-Id: I14b927abde96814ae2e0a90f232ab00915a9f29e
(cherry picked from commit f3d9d41)
  • Loading branch information
jaltman committed Feb 17, 2014
1 parent b9fe9be commit 88a8724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/hx509/libhx509-exports.def
@@ -1,3 +1,4 @@

EXPORTS
_hx509_cert_assign_key
_hx509_cert_private_key
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/hx509/version-script.map
@@ -1,6 +1,6 @@
# $Id$

HEIMDAL_X509_1.2 {
HEIMDAL_X509_1.3 {
global:
_hx509_cert_assign_key;
_hx509_cert_private_key;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 88a8724

Please sign in to comment.