Skip to content

Commit 06b012d

Browse files
committed
improve OpenSSL name resolution
1 parent 49a1294 commit 06b012d

File tree

4 files changed

+239
-136
lines changed

4 files changed

+239
-136
lines changed

Modules/Setup.stdlib.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@
8484
@MODULE__SHA3_TRUE@_sha3 sha3module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA3.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
8585
@MODULE__BLAKE2_TRUE@_blake2 blake2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_Blake2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
8686

87-
# HMAC builtin, can be disabled with --without-builtin-hashlib-hmac
88-
@MODULE__HMAC_TRUE@_hmac hmacmodule.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_HMAC.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
89-
9087
############################################################################
9188
# XML and text
9289

@@ -145,6 +142,7 @@
145142
@MODULE__SSL_TRUE@_ssl _ssl.c
146143
# needs -lcrypt
147144
@MODULE__HASHLIB_TRUE@_hashlib _hashopenssl.c
145+
@MODULE__HMAC_TRUE@_hmac hmacmodule.c
148146

149147
# Linux: -luuid, BSD/AIX: libc's uuid_create()
150148
@MODULE__UUID_TRUE@_uuid _uuidmodule.c

0 commit comments

Comments
 (0)