diff options
author | René Meusel <[email protected]> | 2019-02-19 15:09:17 +0100 |
---|---|---|
committer | Hannes Rantzsch <[email protected]> | 2019-04-16 10:47:44 +0200 |
commit | ae8fb39545a8d574fba15b3690093edce93e7b18 (patch) | |
tree | 8259a94fc673c12f172e15cb6ef4a1eeec3c3cf6 /src/lib/tls/asio/info.txt | |
parent | 19317c96bde9f2bfe01c692f7e53051ebd0005e8 (diff) |
move stream implementation to tls subdir
Diffstat (limited to 'src/lib/tls/asio/info.txt')
-rw-r--r-- | src/lib/tls/asio/info.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/lib/tls/asio/info.txt b/src/lib/tls/asio/info.txt new file mode 100644 index 000000000..a78f5c85c --- /dev/null +++ b/src/lib/tls/asio/info.txt @@ -0,0 +1,23 @@ +<defines> +ASIO -> 20181218 +</defines> + +<header:public> +asio_stream.h +asio_error.h +</header:public> + +<header:internal> +asio_async_handshake_op.h +asio_async_read_op.h +asio_async_write_op.h +asio_convert_exceptions.h +asio_stream_base.h +asio_stream_core.h +asio_includes.h +</header:internal> + +<requires> +boost +tls +</requires> |