Skip to content

Commit f1a98c4

Browse files
committed
[build] uses pkg-config for openssl and wolfssl
1 parent 3ff8c35 commit f1a98c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hash.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ endif
5555

5656
# reinitialization of VARIABLES if OPENSSL
5757
ouihash_SOURCES-$(OPENSSL):=hash_openssl.c
58-
ouihash_LIBS-$(OPENSSL):=crypto
58+
ouihash_LIBRARY-$(OPENSSL):=libcrypto
5959

6060
# reinitialization of VARIABLES if WOLFSSL
6161
ouihash_SOURCES-$(WOLFSSL):=hash_wolfssl.c
62-
ouihash_LIBS-$(WOLFSSL):=wolfssl
62+
ouihash_LIBRARY-$(WOLFSSL):=wolfssl
6363

6464
# reinitialization of VARIABLES if MBEDTLS
6565
ouihash_SOURCES-$(MBEDTLS):=hash_mbedtls.c

0 commit comments

Comments
 (0)