Fix pkg-config .pc files with LibreSSL
authorinoguchi <inoguchi@openbsd.org>
Tue, 8 Jun 2021 11:19:39 +0000 (11:19 +0000)
committerinoguchi <inoguchi@openbsd.org>
Tue, 8 Jun 2021 11:19:39 +0000 (11:19 +0000)
commit7599ce71154c89733ec637d43c506d060458ba96
treefdbb5d57d03c4933d731eba6c74418e72b965f54
parent28618202f3237245cc64669486bfde33b7135553
Fix pkg-config .pc files with LibreSSL

In libssl.pc, Libs: should not have '-lcrypto', and Requires.private:
should have it as 'libcrypto'.
openssl.pc does not need Libs: and Cflags:, but should have Requires:.

OK millert@
lib/libcrypto/generate_pkgconfig.sh
lib/libssl/generate_pkgconfig.sh