summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-27 08:45:46 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-27 08:45:46 +0000
commit44f086d2ec801f871d9a5584d30d6d9faf3cb1e0 (patch)
tree586710b51e93ade0196f6c01351a135565c2768e /src/README
parent9e1655a33b3b31864aec89432d15be91f7140819 (diff)
downloadgnutls-44f086d2ec801f871d9a5584d30d6d9faf3cb1e0.tar.gz
*** empty log message ***
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.
+