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/abi-unchecked-symbols.txt | |
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/abi-unchecked-symbols.txt')
-rw-r--r-- | devel/abi-unchecked-symbols.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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. |