summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-11 13:32:47 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-11 13:32:47 +0000
commit096451c1b9ab2694361d8068b3f225f8498df08e (patch)
treed7bacdb02394fe7ccc9badc0942ac289880c4252
parentf40b902ee32f59869494a7e494c99decd0a396f5 (diff)
downloadgnutls-096451c1b9ab2694361d8068b3f225f8498df08e.tar.gz
Fix.
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f9dd3b72a9..9827adb768 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,11 @@ See the end for copying conditions.
* Version 1.7.8.p11.2 (unreleased)
** Make Scute dependency optional.
+Suggested by Alon Bar-Lev.
** Add void* parameter to sign callbacks.
-This changes the get/set_sign callback APIs added in the last release,
-but since those were renamed in this release, changing them doesn't
-matter.
+Suggested by Ludovic Courtès and Alon Bar-Lev. This changes the
+get/set_sign callback APIs.
** Rename gnutls_set_sign_function to gnutls_x509_sign_callback_set,
** and gnutls_get_sign_function to gnutls_x509_sign_callback_set.