Files
kea/compiler-checks/have-generic-tls-method.cc
Andrei Pavel 9d66d0d6cc
Some checks are pending
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
[#3443] Extra additions to the additions to the Meson Proof of Concept
2025-02-04 16:29:49 +02:00

7 lines
104 B
C++

#include <boost/asio/ssl.hpp>
int main() {
auto _(boost::asio::ssl::context::tls);
return 0;
}