This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
kea
Watch
2
Star
0
Fork
0
You've already forked kea
mirror of
https://gitlab.isc.org/isc-projects/kea
synced
2025-08-22 09:57:41 +00:00
Code
Issues
Releases
Wiki
Activity
kea
/
compiler-checks
/
have-generic-tls-method.cc
7 lines
104 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
[#3443] Additions to the initial meson Proof of Concept
2025-01-29 13:23:29 +02:00
#
include
<boost/asio/ssl.hpp>
int
main
(
)
{
auto
_
(
boost
:
:
asio
:
:
ssl
:
:
context
:
:
tls
)
;
[#3443] Extra additions to the additions to the Meson Proof of Concept
2025-02-04 12:07:49 +02:00
return
0
;
[#3443] Additions to the initial meson Proof of Concept
2025-01-29 13:23:29 +02:00
}
Reference in New Issue
Copy Permalink