- Imported botan libraries

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-29 17:43:21 +02:00
parent cf7d29ebbd
commit 1b8d11c1af
3 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,4 @@
module cryptstream;
public import cryptstream.streams.client;
public import cryptstream.streams.server;

View File

@ -0,0 +1,3 @@
module cryptstream.streams.client;
import botan.tls.client;

View File

@ -0,0 +1,3 @@
module cryptstream.streams.server;
import botan.tls.server;