diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/crypto/tlscredsx509.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/tlscredsx509.h b/include/crypto/tlscredsx509.h index abdb128..b9785fd 100644 --- a/include/crypto/tlscredsx509.h +++ b/include/crypto/tlscredsx509.h @@ -100,6 +100,7 @@ struct QCryptoTLSCredsX509 { #ifdef CONFIG_GNUTLS gnutls_certificate_credentials_t data; #endif + bool sanityCheck; }; |