diff options
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 8daad771c4..19da7fcee8 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -961,6 +961,7 @@ struct gnutls_priority_st { bool min_record_version; bool server_precedence; bool allow_server_key_usage_violation; /* for test suite purposes only */ + bool no_status_request; bool no_tickets; bool no_tickets_tls12; bool have_cbc; |