commit | dc689293704e9181af452aaef495e4c417160e40 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Sep 10 10:50:06 2013 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Sep 10 19:47:50 2013 -0500 |
tree | 4cee40f66674362d880f308326e7a969f622c7e6 | |
parent | 29cfa6989bfbc9545c2b40e9e3b316e89c0c14ca [diff] [blame] |
rename get_null_for_ecb to get_iv_for_ecb per alex's comments
diff --git a/tests/bindings/test_openssl.py b/tests/bindings/test_openssl.py index c5927b7..f25236c 100644 --- a/tests/bindings/test_openssl.py +++ b/tests/bindings/test_openssl.py
@@ -29,5 +29,5 @@ """ assert api.openssl_version_text().startswith("OpenSSL") - def test_get_null_for_ecb(self): - assert api.get_null_for_ecb() == api._ffi.NULL + def test_get_iv_for_ecb(self): + assert api.get_iv_for_ecb() == api._ffi.NULL