]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dnstls-openssl.h
resolved: move TLS data shared by all servers to manager
[thirdparty/systemd.git] / src / resolve / resolved-dnstls-openssl.h
index 0fe72afd0ae62c4562e338be79b745f927838870..8100d2ba6b027bcf7e859bdca2c79bc548553591 100644 (file)
@@ -8,8 +8,11 @@
 #include <openssl/ssl.h>
 #include <stdbool.h>
 
-struct DnsTlsServerData {
+struct DnsTlsManagerData {
         SSL_CTX *ctx;
+};
+
+struct DnsTlsServerData {
         SSL_SESSION *session;
 };