summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-25 10:15:58 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-25 10:15:58 +0200
commit42fe6d3db61ce8c554bf8a0cae6ba09f507bdcf9 (patch)
treec7757e15fcc2512f128ce3ca9f9c8ec10d18c971
parent4f5d39b16369cf103e75ff300792bac09cb7b7d0 (diff)
downloadgnutls-42fe6d3db61ce8c554bf8a0cae6ba09f507bdcf9.tar.gz
Move functions.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3578>.
-rw-r--r--lib/libgnutls.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 7905fce9bc..b0381a7789 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -411,12 +411,10 @@ GNUTLS_1_4
gnutls_x509_crq_import;
gnutls_x509_crq_init;
gnutls_x509_crq_set_attribute_by_oid;
- gnutls_x509_crq_set_basic_constraints;
gnutls_x509_crq_set_challenge_password;
gnutls_x509_crq_set_dn_by_oid;
gnutls_x509_crq_set_key;
gnutls_x509_crq_set_key_rsa_raw;
- gnutls_x509_crq_set_key_usage;
gnutls_x509_crq_set_version;
gnutls_x509_crq_sign2;
gnutls_x509_crq_sign;
@@ -564,6 +562,8 @@ GNUTLS_2_8
gnutls_x509_crq_get_subject_alt_name;
gnutls_x509_crq_get_subject_alt_othername_oid;
gnutls_x509_crq_get_extension_by_oid;
+ gnutls_x509_crq_set_basic_constraints;
+ gnutls_x509_crq_set_key_usage;
gnutls_x509_crq_set_subject_alt_name;
gnutls_x509_crq_get_key_purpose_oid;
gnutls_x509_crq_set_key_purpose_oid;