summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-03-13 11:39:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-03-13 11:42:23 +0100
commit6df59903dc603f73a88503f48c19d050c6d67e1c (patch)
tree882e373cf5e57f145560ecfa1468f346a15f6b55 /devel
parentdc58e90e775f889115661f1666fb040469699f26 (diff)
downloadgnutls-6df59903dc603f73a88503f48c19d050c6d67e1c.tar.gz
abi-check: corrected type of gnutls_x509_crl_get_issuer_dn
That will avoid any accidental ABI breakage on that symbol.
Diffstat (limited to 'devel')
-rw-r--r--devel/ABI-x86_64.dump2
-rw-r--r--devel/abi-unchecked-symbols1
-rw-r--r--devel/abi-unchecked-symbols.txt3
3 files changed, 1 insertions, 5 deletions
diff --git a/devel/ABI-x86_64.dump b/devel/ABI-x86_64.dump
index 5a2cd92e9d..db4797e575 100644
--- a/devel/ABI-x86_64.dump
+++ b/devel/ABI-x86_64.dump
@@ -22966,7 +22966,7 @@ $VAR1 = {
'Param' => {
'0' => {
'name' => 'crl',
- 'type' => '942559'
+ 'type' => '545129'
},
'1' => {
'name' => 'buf',
diff --git a/devel/abi-unchecked-symbols b/devel/abi-unchecked-symbols
index 03bb7b1040..ec7b266a1b 100644
--- a/devel/abi-unchecked-symbols
+++ b/devel/abi-unchecked-symbols
@@ -23,4 +23,3 @@ _gnutls_buffer_pop_prefix@@GNUTLS_PRIVATE
_gnutls_buffer_to_datum@@GNUTLS_PRIVATE
_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE
_gnutls_x509_parse_dn_oid@@GNUTLS_PRIVATE
-gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4
diff --git a/devel/abi-unchecked-symbols.txt b/devel/abi-unchecked-symbols.txt
index 8806263af5..f2f234b4a3 100644
--- a/devel/abi-unchecked-symbols.txt
+++ b/devel/abi-unchecked-symbols.txt
@@ -1,6 +1,3 @@
GNUTLS_PRIVATE:
All symbols skipped they are private.
-gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4:
- This we skip because we fixed the first parameter from const to normal
-and abi-compliance-checker believes it is an incompatible change.