summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-05-21 21:50:33 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-12-07 14:37:40 +0100
commit26c410bc6ac144d8300d53b1a3f39ffd4f75c6ac (patch)
tree666d007906702bb1887c584cf1e6198a0f951021 /devel
parent89ca230dc3c58301fc2799caf6542c79ea9b567d (diff)
downloadgnutls-26c410bc6ac144d8300d53b1a3f39ffd4f75c6ac.tar.gz
Add const to function arguments in lib/x509
This change does not introduce functionality changes. It just adds const promises to the caller. Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
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 63e374217b..cd281518a4 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -50,3 +50,8 @@ changed_enumerators = GNUTLS_GROUP_MAX
name = gnutls_sec_param_t
changed_enumerators = GNUTLS_SEC_PARAM_MAX
+[suppress_type]
+name = gnutls_ocsp_req_int*
+
+[suppress_type]
+name = gnutls_ocsp_resp_int*