aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/bindings
diff options
context:
space:
mode:
authorGlyph <glyph@twistedmatrix.com>2015-06-26 22:08:44 -0700
committerGlyph <glyph@twistedmatrix.com>2015-06-26 22:08:44 -0700
commitb51d246eb6ccaed7920ba6dd6a816f74d1158c16 (patch)
treeec8c1c20f55da6e19df03f83cf82eb17c705b54c /tests/hazmat/bindings
parentb3d37a5d485bcd295d1933d638180e9cd5d23478 (diff)
downloadcryptography-b51d246eb6ccaed7920ba6dd6a816f74d1158c16.tar.gz
cryptography-b51d246eb6ccaed7920ba6dd6a816f74d1158c16.tar.bz2
cryptography-b51d246eb6ccaed7920ba6dd6a816f74d1158c16.zip
remove remaining vestiges, make adding twice work
Diffstat (limited to 'tests/hazmat/bindings')
-rw-r--r--tests/hazmat/bindings/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py
index e6d6fc45..fe78b0ba 100644
--- a/tests/hazmat/bindings/test_openssl.py
+++ b/tests/hazmat/bindings/test_openssl.py
@@ -89,7 +89,7 @@ class TestOpenSSL(object):
def test_add_engine_more_than_once(self):
b = Binding()
- res = b.lib.Cryptography_add_osrandom_engine()
+ res = b._register_osrandom_engine()
assert res == 2
def test_ssl_ctx_options(self):