Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r47646:0bc632abd204 Date: 2011-09-27 18:46 -0300 http://bitbucket.org/pypy/pypy/changeset/0bc632abd204/
Log: does not have to be an integer diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++ b/pypy/rlib/ropenssl.py @@ -62,8 +62,7 @@ "OPENSSL_VERSION_NUMBER") SSLEAY_VERSION = rffi_platform.DefinedConstantString( "SSLEAY_VERSION", "SSLeay_version(SSLEAY_VERSION)") - OPENSSL_NO_SSL2 = rffi_platform.DefinedConstantInteger( - "OPENSSL_NO_SSL2") + OPENSSL_NO_SSL2 = rffi_platform.Defined("OPENSSL_NO_SSL2") SSL_FILETYPE_PEM = rffi_platform.ConstantInteger("SSL_FILETYPE_PEM") SSL_OP_ALL = rffi_platform.ConstantInteger("SSL_OP_ALL") SSL_VERIFY_NONE = rffi_platform.ConstantInteger("SSL_VERIFY_NONE") _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit