aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssl/libssl.pc.in
blob: c3cf2b606e65a2b7e467cab5f507aa0531514677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
prefix=/usr/
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: @openssl_ver@
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}