[go: up one dir, main page]

Skip to content

Commit

Permalink
enabled building _hashlib (with fast openssl_sha512) in Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Szabo committed Nov 14, 2016
1 parent 815988f commit c5eb584
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Modules.Setup.2.7.static
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ _codecs_jp cjkcodecs/_codecs_jp.c
_codecs_kr cjkcodecs/_codecs_kr.c
_codecs_tw cjkcodecs/_codecs_tw.c

#_hashlib _hashopenssl.c

# Example -- included for reference only:
#xx xxmodule.c

Expand Down
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,7 @@ patchssl() {
test "$USE_SSL" || return 0
( cd "$BUILDDIR" || return "$?"
enable_module _ssl || return "$?"
if test "$IS_PY3"; then
enable_module _hashlib || return "$?"
fi
enable_module _hashlib || return "$?"
) || return "$?"
}

Expand Down
Binary file modified release/stacklessco2.7-static
Binary file not shown.
Binary file modified release/stacklessxx2.7-static
Binary file not shown.

0 comments on commit c5eb584

Please sign in to comment.