Skip to content
Snippets Groups Projects
Commit 2a43b8cc authored by Wouter Bolsterlee's avatar Wouter Bolsterlee
Browse files

Call ffi.cdef() for header files in predictable order

Always call ffi.cdef() with a consistent ordering of the header files.
This avoids problems where CFFI generates different checksums (used in
.so filenames) at compile time and runtime, and tries to load the wrong
.so file.

Fixes issue #53 (https://github.com/pyca/pynacl/issues/53)
parent 0f3483ee
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment