diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-03-13 11:39:22 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-03-13 11:39:25 +0100 |
commit | d2a4cc28c7adfd811779a1cb16ae920300457940 (patch) | |
tree | a310e122478bada1b6746406cb57333050e0547a /devel | |
parent | 069b0770eb2adf295d14c0059af088eb9c740f7a (diff) | |
download | gnutls-d2a4cc28c7adfd811779a1cb16ae920300457940.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.dump | 2 | ||||
-rw-r--r-- | devel/abi-unchecked-symbols | 1 | ||||
-rw-r--r-- | devel/abi-unchecked-symbols.txt | 3 |
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. |