d9cc3d558d
This change updates the build artifacts to match the 3.5.3 release. Much
of the change involves updating version numbers and release dates to
match the release version's metadata.
MFC after: 1 week
MFC with: 88b8b7f0c4
14 lines
350 B
PkgConfig
14 lines
350 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}
|
|
includedir=${prefix}/include ${prefix}/./include
|
|
enginesdir=${libdir}/engines
|
|
modulesdir=${libdir}/providers
|
|
|
|
Name: OpenSSL-libcrypto
|
|
Description: OpenSSL cryptography library
|
|
Version: 3.5.3
|
|
Libs: -L${libdir} -lcrypto
|
|
Libs.private: -pthread
|
|
Cflags: -I${prefix}/include -I${prefix}/./include
|