We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff8c35 commit f1a98c4Copy full SHA for f1a98c4
src/hash.mk
@@ -55,11 +55,11 @@ endif
55
56
# reinitialization of VARIABLES if OPENSSL
57
ouihash_SOURCES-$(OPENSSL):=hash_openssl.c
58
-ouihash_LIBS-$(OPENSSL):=crypto
+ouihash_LIBRARY-$(OPENSSL):=libcrypto
59
60
# reinitialization of VARIABLES if WOLFSSL
61
ouihash_SOURCES-$(WOLFSSL):=hash_wolfssl.c
62
-ouihash_LIBS-$(WOLFSSL):=wolfssl
+ouihash_LIBRARY-$(WOLFSSL):=wolfssl
63
64
# reinitialization of VARIABLES if MBEDTLS
65
ouihash_SOURCES-$(MBEDTLS):=hash_mbedtls.c
0 commit comments