blob: 11d7ef033bb95fc1a6c84d38b404f2c3d1aea4ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#libcrypto pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: LibreSSL-libcrypto
Description: LibreSSL cryptography library
Version: @VERSION@
Libs: -L${libdir} -lcrypto
Libs.private: @LIBS@ @PLATFORM_LDADD@
Cflags: -I${includedir}
|