X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fresolve%2Fresolved-dnstls-openssl.h;h=8100d2ba6b027bcf7e859bdca2c79bc548553591;hb=71a681ae50175a569bf832d2615fd11994c41d73;hp=0fe72afd0ae62c4562e338be79b745f927838870;hpb=b337d89c6817ef56d305119a288da8c8839cbf13;p=thirdparty%2Fsystemd.git diff --git a/src/resolve/resolved-dnstls-openssl.h b/src/resolve/resolved-dnstls-openssl.h index 0fe72afd0ae..8100d2ba6b0 100644 --- a/src/resolve/resolved-dnstls-openssl.h +++ b/src/resolve/resolved-dnstls-openssl.h @@ -8,8 +8,11 @@ #include #include -struct DnsTlsServerData { +struct DnsTlsManagerData { SSL_CTX *ctx; +}; + +struct DnsTlsServerData { SSL_SESSION *session; };