]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dnstls-gnutls.h
resolved: check for IP in certificate when using DoT with GnuTLS
[thirdparty/systemd.git] / src / resolve / resolved-dnstls-gnutls.h
index af52f04fdf28bb1c3c4d25462b29f41e0a1b5ed2..d4da2017c3a03ec86c29d2b29e1db5e0048e02dc 100644 (file)
@@ -18,6 +18,7 @@ struct DnsTlsServerData {
 
 struct DnsTlsStreamData {
         gnutls_session_t session;
+        gnutls_typed_vdata_st validation;
         int handshake;
         bool shutdown;
 };