K 10 svn:author V 5 koobs K 8 svn:date V 27 2017-06-06T05:50:50.371682Z K 7 svn:log V 517 net/libmdf: Add missing openssl library argument The build relies on pkg-config to supply "-lcrypto" but we're using OPENSSL_CFLAGS and OPENSSL_LIBS (not pkg-config), to enable libmdf to find openssl in base, which does not provide an openssl.pc file. The previous commit neglected to explicitly include the library to link with (-lcrypto), resulting in undefined references to OpenSSL functions when attempting to link with the libmdf library. PR: 219777 Reported by: Henrik Holst END