diff options
author | Jean-Paul Calderone <exarkun@divmod.com> | 2008-10-19 11:50:53 -0400 |
---|---|---|
committer | Jean-Paul Calderone <exarkun@divmod.com> | 2008-10-19 11:50:53 -0400 |
commit | 1eeb29e0145c9c6a8f14c9044a6630d0fa24cdf8 (patch) | |
tree | e8bcfe38ded2681e7029c4feb910098acb1c9172 /ChangeLog | |
parent | 002bf46d2d8abff54357b84c5226f548bc04f61e (diff) | |
download | pyopenssl-1eeb29e0145c9c6a8f14c9044a6630d0fa24cdf8.tar.gz |
Correct the documentation for set_passwd_cb
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |