commit | fe0120f9fbf08ca937cc95cf409c0d888145fafa | [log] [tgz] |
---|---|---|
author | Diego Fernandez <aiguo.fernandez@gmail.com> | Wed Oct 11 23:51:52 2017 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Oct 12 13:51:52 2017 +0800 |
tree | caf9d47f4a5eca17da5b1322ac5661c046a90fb5 | |
parent | 1eac0e8f9b3829c5401151fabb3f78453ad772a4 [diff] |
Improve documentation for passphrase callback (#703) Address issue #701
diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py index 8d94bd8..75d080a 100644 --- a/src/OpenSSL/SSL.py +++ b/src/OpenSSL/SSL.py
@@ -695,7 +695,7 @@ """ Set the passphrase callback - :param callback: The Python callback to use + :param callback: The Python callback to use; must return a byte string :param userdata: (optional) A Python object which will be given as argument to the callback :return: None