summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-09 13:38:09 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-09 13:38:09 +0000
commit16802c66b835c1b4050f2f999995ea1bd3e7a1af (patch)
tree2d44e2c1877236144e911436ecb63dc03f305b81 /devel
parent68d111e358061623bcc225303fe991324b135062 (diff)
parentbd383624af417cbb5cac831ee359b970383bbe42 (diff)
downloadgnutls-16802c66b835c1b4050f2f999995ea1bd3e7a1af.tar.gz
Merge branch 'tmp-ocsp-check' into 'master'903-add-crl-and-crq-fuzzers
Provide flag to identify sessions that an OCSP response was requested Closes #829 See merge request gnutls/gnutls!1131
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