diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-12 11:58:43 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-12 12:15:17 -0500 |
commit | 01e3201cab97d9af98a9c7090436ec05db56d4a2 (patch) | |
tree | 61fcbc1005cafb61d92fda6b82e6d84f9210555f /docs/primitives/symmetric-encryption.rst | |
parent | 5dd35ab0a3edf924e84afc65d0eebe8a80bfb17b (diff) | |
download | cryptography-01e3201cab97d9af98a9c7090436ec05db56d4a2.tar.gz cryptography-01e3201cab97d9af98a9c7090436ec05db56d4a2.tar.bz2 cryptography-01e3201cab97d9af98a9c7090436ec05db56d4a2.zip |
Load types from all cffi modules before declaring functions or macros
This change loads all the types via cdef & then loops over the macros
& functions and cdefs them. The advantage of this approach is that you
can define the types in the right modules without worrying about
import order. For example, if you need the BIO typedef in the asn1
module but it is defined in the bio module you can still import
the modules alphabetically and expect that BIO will be properly
declared.
Diffstat (limited to 'docs/primitives/symmetric-encryption.rst')
0 files changed, 0 insertions, 0 deletions