summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-28 09:46:33 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-28 09:46:33 +0000
commit6fbcb1edcffc8e5c528dd5305e7874c721e35e2c (patch)
tree2f4d77ec11bf75ad7411d6a540e62677a37610b6 /NEWS
parent3c1d06b17cea46ae5cc15d2dfeb80ec862743a09 (diff)
downloadgnutls-6fbcb1edcffc8e5c528dd5305e7874c721e35e2c.tar.gz
Fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dde2f8f6c7..ae911d2396 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ See the end for copying conditions.
gnutls_certificate_set_verify_flags with these flags to change the
verification mode used by gnutls_certificate_verify_peers2.
- Make it possible to send empty data through gnutls_record_send,
- to align with the send API.
+ to align with the send(2) API.
- The (experimental) low-level crypto alternative to libgcrypt used
earlier (Nettle) has been replaced with crypto code from gnulib.
This leads to easier re-use of these components in other projects,