summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-13 09:09:26 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-13 09:09:26 +0000
commit3ae3542d1274bac737d98e2e0939076539871c35 (patch)
tree800f83cc123375db9b6d096a95dc208dd62c26d4 /README
parent37083f4bd3bfe4e8f55784a75f84004877f99280 (diff)
downloadgnutls-3ae3542d1274bac737d98e2e0939076539871c35.tar.gz
Added a new function to convert from an error to an alert code.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 71d0bb3a26..17fe6a55ea 100644
--- a/README
+++ b/README
@@ -7,6 +7,9 @@ It is currently under heavy development.
- The library needs libgcrypt. You can find libgcrypt at
ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/
+ Note that by compiling libgcrypt with CPU optimizations you should notice
+ an increase of about 30% in gnutls' speed.
+
- Documentation:
view the doc/ directory and the examples in the src/ directory.