summaryrefslogtreecommitdiff
path: root/lib/x509/x509_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/x509_int.h')
-rw-r--r--lib/x509/x509_int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h
index 2c275f4b45..b6f3e5fd96 100644
--- a/lib/x509/x509_int.h
+++ b/lib/x509/x509_int.h
@@ -484,4 +484,11 @@ int _gnutls_x509_name_constraints_merge(gnutls_x509_name_constraints_t nc,
void _gnutls_x509_policies_erase(gnutls_x509_policies_t policies, unsigned int seq);
+struct gnutls_x509_tlsfeatures_st {
+ struct {
+ uint16_t feature;
+ } *features;
+ unsigned int size;
+};
+
#endif