name = gnutls_sec_param_t
changed_enumerators = GNUTLS_SEC_PARAM_MAX
+[suppress_type]
+name = gnutls_x509_ct_scts_t
+
# return type changed from int to unsigned int; no ABI change
[suppress_function]
name = gnutls_ocsp_status_request_is_checked
[suppress_function]
name = gnutls_sign_set_secure_for_certs
+
+[suppress_function]
+name = gnutls_x509_ext_ct_scts_init
+
+[suppress_function]
+name = gnutls_x509_ext_ct_scts_deinit
+
+[suppress_function]
+name = gnutls_x509_ext_ct_import_scts
+
+[suppress_function]
+name = gnutls_x509_ext_ct_export_scts
+
+[suppress_function]
+name = gnutls_x509_ct_sct_get_version
+
+[suppress_function]
+name = gnutls_x509_ct_sct_get
gnutls_x509_trust_list_get_ptr;
gnutls_x509_trust_list_set_ptr;
gnutls_session_set_verify_output_function;
+ gnutls_x509_ext_ct_scts_init;
+ gnutls_x509_ext_ct_scts_deinit;
+ gnutls_x509_ext_ct_import_scts;
+ gnutls_x509_ext_ct_export_scts;
+ gnutls_x509_ct_sct_get_version;
+ gnutls_x509_ct_sct_get;
local:
*;
} GNUTLS_3_6_14;