summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-25 11:37:04 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-03 11:57:52 +0200
commit66cb33d888428312c5f11f3e9e1d1b9adeb431e8 (patch)
tree379981337bcab60ddf3506357d5ef1b5b51cbfba /lib/libgnutls.map
parent958f45aae0c8f4f5f2f9798ad883051caa1acbc9 (diff)
downloadgnutls-66cb33d888428312c5f11f3e9e1d1b9adeb431e8.tar.gz
x509.h: Renamed SPKI related functions
This better reflects their purpose as providers of information for subject public key. In addition use 'const' for fields that should be left intact. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index aed995e2be..f594e1189a 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1156,11 +1156,11 @@ GNUTLS_3_4
gnutls_x509_spki_set_digest_algorithm;
gnutls_x509_spki_get_salt_size;
gnutls_x509_spki_set_salt_size;
- gnutls_x509_crt_get_pk_algorithm2;
- gnutls_x509_crt_set_pk_algorithm;
- gnutls_x509_crq_get_pk_algorithm2;
- gnutls_x509_crq_set_pk_algorithm;
- gnutls_x509_privkey_get_pk_algorithm3;
+ gnutls_x509_crt_get_spki;
+ gnutls_x509_crt_set_spki;
+ gnutls_x509_crq_get_spki;
+ gnutls_x509_crq_set_spki;
+ gnutls_x509_privkey_get_spki;
gnutls_sign_supports_pk_algorithm;
gnutls_privkey_sign_hash2;
gnutls_privkey_sign_data2;