summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-12-16 12:45:06 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-12-16 21:01:40 +0100
commitbd383624af417cbb5cac831ee359b970383bbe42 (patch)
tree4fc4a0cf3892b1c9a12c85498a2a85c96843a752 /devel
parent0ae82294ca86e42b33368a94f1b3c5b91694729f (diff)
downloadgnutls-bd383624af417cbb5cac831ee359b970383bbe42.tar.gz
gnutls_ocsp_status_request_is_checked: mark explicitly as unsigned the return type
Also some documentation updates. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/libgnutls.abignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index c381204fd9..2156ed39a4 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -49,3 +49,8 @@ changed_enumerators = GNUTLS_GROUP_MAX
[suppress_type]
name = gnutls_sec_param_t
changed_enumerators = GNUTLS_SEC_PARAM_MAX
+
+# return type changed from int to unsigned int; no ABI change
+[suppress_function]
+name = gnutls_ocsp_status_request_is_checked
+return_type_name = unsigned int