diff options
author | Christian Heimes <christian@python.org> | 2015-11-19 15:14:47 +0100 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-07 11:38:34 -0800 |
commit | 7d79649e8d9fc6a4994c814022c5b584ef2670f7 (patch) | |
tree | 2d85f632bca053e59699a3499f997d250a99b217 /setup.py | |
parent | 952df2ffa4723b390b47205ea932b413a65405fd (diff) | |
download | cryptography-7d79649e8d9fc6a4994c814022c5b584ef2670f7.tar.gz cryptography-7d79649e8d9fc6a4994c814022c5b584ef2670f7.tar.bz2 cryptography-7d79649e8d9fc6a4994c814022c5b584ef2670f7.zip |
Change password callback to use userdata pointer
Instead of a closure the pem_password_cb now uses the void *userdata
argument to exchange data with the callback function. It's a necessary
step to port all callbacks to new static callbacks.
See: #2477
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions