Skip to content

Commit 6517801

Browse files
committed
added hashlib's helper to get more hash functions from openssl
1 parent 32a8ac9 commit 6517801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patch/Python/Setup.embedded

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ _sqlite3 -I$(srcdir)/Modules/_sqlite -DMODULE_NAME='\"sqlite3\"' -DSQLITE_OMIT_L
4545
_sqlite/statement.c \
4646
_sqlite/util.c
4747
_ssl _ssl.c -I$(srcdir)/../openssl/include -L$(srcdir)/../Support/OpenSSL -lOpenSSL -DUSE_SSL
48+
_hashlib _hashopenssl.c -I$(srcdir)/../openssl/include -L$(srcdir)/../Support/OpenSSL -lOpenSSL -DUSE_SSL
4849
_struct _struct.c
4950
array arraymodule.c
5051
audioop audioop.c

0 commit comments

Comments
 (0)