Author: Armin Rigo <[email protected]>
Branch:
Changeset: r85515:13d2148e1008
Date: 2016-07-02 15:45 +0200
http://bitbucket.org/pypy/pypy/changeset/13d2148e1008/
Log: Remove these lines, they appear twice in the file
diff --git a/rpython/rlib/ropenssl.py b/rpython/rlib/ropenssl.py
--- a/rpython/rlib/ropenssl.py
+++ b/rpython/rlib/ropenssl.py
@@ -586,11 +586,6 @@
HASH_MALLOC_SIZE = EVP_MD_SIZE + EVP_MD_CTX_SIZE \
+ rffi.sizeof(EVP_MD) * 2 + 208
-OBJ_NAME_CALLBACK = lltype.Ptr(lltype.FuncType(
- [OBJ_NAME, rffi.VOIDP], lltype.Void))
-OBJ_NAME_do_all = external(
- 'OBJ_NAME_do_all', [rffi.INT, OBJ_NAME_CALLBACK, rffi.VOIDP], lltype.Void)
-
def init_ssl():
libssl_SSL_load_error_strings()
libssl_SSL_library_init()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit