Skip to content
Snippets Groups Projects
Commit b2b28b0e authored by Aaron Boxer's avatar Aaron Boxer
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
prefix=c:/bin/OpenSSL
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
enginesdir=${libdir}/engines-3
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: 3.0.0
Libs: -L${libdir} -llibcrypto
Cflags: -I${includedir}
prefix=c:/bin/OpenSSL
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.0.0
Requires.private: libcrypto
Libs: -L${libdir} -llibssl
Cflags: -I${includedir}
prefix=c:/bin/OpenSSL
libdir=${prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: 3.0.0
Requires: libssl libcrypto
Cflags: -I${includedir}
This folder provides `pkg-config` .pc files for OpenSSL
on Windows. After installing OpenSSL, place this folder
in the `lib` folder of the install location.
Although the .pc prefix is set to `c:/bin/OpenSSL`, this path
will be overridden by `pkg-config` and set to the grandparent
folder.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment