summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-25 10:14:40 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-25 10:14:40 +0200
commit4f5d39b16369cf103e75ff300792bac09cb7b7d0 (patch)
treebdbbb1ebfd309992297065ff00ef673a3f6eb597
parentd547d3bbdb8dee5a7ad56856cea2c63d939d1633 (diff)
downloadgnutls-4f5d39b16369cf103e75ff300792bac09cb7b7d0.tar.gz
Move gnutls_x509_crq_set_key back to old ABI namespace.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3576>.
-rw-r--r--lib/libgnutls.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index b71e421687..7905fce9bc 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -414,6 +414,7 @@ GNUTLS_1_4
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;
@@ -564,7 +565,6 @@ GNUTLS_2_8
gnutls_x509_crq_get_subject_alt_othername_oid;
gnutls_x509_crq_get_extension_by_oid;
gnutls_x509_crq_set_subject_alt_name;
- gnutls_x509_crq_set_key;
gnutls_x509_crq_get_key_purpose_oid;
gnutls_x509_crq_set_key_purpose_oid;
gnutls_x509_crq_print;