summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2008-10-19 11:50:53 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2008-10-19 11:50:53 -0400
commit1eeb29e0145c9c6a8f14c9044a6630d0fa24cdf8 (patch)
treee8bcfe38ded2681e7029c4feb910098acb1c9172 /ChangeLog
parent002bf46d2d8abff54357b84c5226f548bc04f61e (diff)
downloadpyopenssl-1eeb29e0145c9c6a8f14c9044a6630d0fa24cdf8.tar.gz
Correct the documentation for set_passwd_cb
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b492b2..4e2d252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
wrapper. The Connection class should not segfault if used from
multiple threads now, but it generally cannot be relied on to
produce correct results if used without the thread-safe wrapper.
+ * doc/pyOpenSSL.tex: Correct the documentation for the set_passwd_cb
+ callback parameter so that it accurately describes the required
+ signature.
2008-09-22 Jean-Paul Calderone <exarkun@twistedmatrix.com>