skip tsafe for the time being
diff --git a/OpenSSL/__init__.py b/OpenSSL/__init__.py
index e88b141..d0ac8e5 100644
--- a/OpenSSL/__init__.py
+++ b/OpenSSL/__init__.py
@@ -16,7 +16,7 @@
 sys.setdlopenflags(orig)
 del sys, orig
 
-from OpenSSL import rand, SSL, tsafe
+from OpenSSL import rand, SSL
 from OpenSSL.version import __version__
 
 __all__ = [