summaryrefslogtreecommitdiff
path: root/src/OpenSSL/_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/OpenSSL/_util.py')
-rw-r--r--src/OpenSSL/_util.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/OpenSSL/_util.py b/src/OpenSSL/_util.py
index d04244c..53c0b9e 100644
--- a/src/OpenSSL/_util.py
+++ b/src/OpenSSL/_util.py
@@ -153,6 +153,3 @@ def text_to_bytes_and_warn(label, obj):
)
return obj.encode("utf-8")
return obj
-
-
-from_buffer = ffi.from_buffer