From 90f09650e289022e10570702eaf007f44d1cac05 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 16 Jan 2021 11:41:11 -0500 Subject: cleanup from_buffer now that we just use cffi natively (#989) --- src/OpenSSL/_util.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/OpenSSL/_util.py') 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 -- cgit v1.2.1