]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Move gnutls_x509_crq_set_key back to old ABI namespace.
authorSimon Josefsson <simon@josefsson.org>
Mon, 25 May 2009 08:14:40 +0000 (10:14 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 25 May 2009 08:14:40 +0000 (10:14 +0200)
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3576>.

lib/libgnutls.map

index b71e42168785fa1cb8fe061274cad78edda5eebe..7905fce9bcf6974da9b79b91f7e60d5a0083dbc9 100644 (file)
@@ -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;