summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/README b/src/README
new file mode 100644
index 0000000000..9b4166ca28
--- /dev/null
+++ b/src/README
@@ -0,0 +1,9 @@
+In this directory you will find example applications
+that use gnutls and libgcrypt.
+
+serv.c:
+ an example TLS/SSL server application.
+
+cli.c:
+ a TLS client application.
+