mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
make the dummy_initializer fail with an actual verify call
This commit is contained in:
parent
2dd21fec48
commit
fefe3c2243
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ from cryptography.hazmat.bindings.openssl.binding import Binding
|
|||
|
||||
|
||||
def dummy_initializer():
|
||||
raise cffi.VerificationError
|
||||
ffi = cffi.FFI()
|
||||
ffi.verify(source="include <fake_header.h>")
|
||||
|
||||
|
||||
def test_binding_available():
|
||||
|
|
|
|||
Loading…
Reference in a new issue