diff --git a/lib-4.9.3/i386/libcrypto.a b/lib-4.9.3/i386/libcrypto.a new file mode 100644 index 0000000..6b59041 Binary files /dev/null and b/lib-4.9.3/i386/libcrypto.a differ diff --git a/lib-4.9.3/i386/libssl.a b/lib-4.9.3/i386/libssl.a new file mode 100644 index 0000000..f81fce2 Binary files /dev/null and b/lib-4.9.3/i386/libssl.a differ diff --git a/lib-4.9.3/i386/pkgconfig/libcrypto.pc b/lib-4.9.3/i386/pkgconfig/libcrypto.pc new file mode 100644 index 0000000..ef5868c --- /dev/null +++ b/lib-4.9.3/i386/pkgconfig/libcrypto.pc @@ -0,0 +1,13 @@ +prefix=/mingw32 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include +enginesdir=${libdir}/engines-3 +modulesdir=${libdir}/ossl-modules + +Name: OpenSSL-libcrypto +Description: OpenSSL cryptography library +Version: 3.1.1 +Libs: -L${libdir} -lcrypto +Libs.private: -lws2_32 -lgdi32 -lcrypt32 +Cflags: -I${includedir} diff --git a/lib-4.9.3/i386/pkgconfig/libssl.pc b/lib-4.9.3/i386/pkgconfig/libssl.pc new file mode 100644 index 0000000..c443dac --- /dev/null +++ b/lib-4.9.3/i386/pkgconfig/libssl.pc @@ -0,0 +1,11 @@ +prefix=/mingw32 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: OpenSSL-libssl +Description: Secure Sockets Layer and cryptography libraries +Version: 3.1.1 +Requires.private: libcrypto +Libs: -L${libdir} -lssl +Cflags: -I${includedir} diff --git a/lib-4.9.3/i386/pkgconfig/openssl.pc b/lib-4.9.3/i386/pkgconfig/openssl.pc new file mode 100644 index 0000000..7382345 --- /dev/null +++ b/lib-4.9.3/i386/pkgconfig/openssl.pc @@ -0,0 +1,9 @@ +prefix=/mingw32 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: OpenSSL +Description: Secure Sockets Layer and cryptography libraries and tools +Version: 3.1.1 +Requires: libssl libcrypto diff --git a/lib-4.9.3/x64/libcrypto.a b/lib-4.9.3/x64/libcrypto.a new file mode 100644 index 0000000..e521bd9 Binary files /dev/null and b/lib-4.9.3/x64/libcrypto.a differ diff --git a/lib-4.9.3/x64/libssl.a b/lib-4.9.3/x64/libssl.a new file mode 100644 index 0000000..31f3a0f Binary files /dev/null and b/lib-4.9.3/x64/libssl.a differ diff --git a/lib-4.9.3/x64/pkgconfig/libcrypto.pc b/lib-4.9.3/x64/pkgconfig/libcrypto.pc new file mode 100644 index 0000000..bc9ee08 --- /dev/null +++ b/lib-4.9.3/x64/pkgconfig/libcrypto.pc @@ -0,0 +1,13 @@ +prefix=/mingw64 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include +enginesdir=${libdir}/engines-3 +modulesdir=${libdir}/ossl-modules + +Name: OpenSSL-libcrypto +Description: OpenSSL cryptography library +Version: 3.1.1 +Libs: -L${libdir} -lcrypto +Libs.private: -lws2_32 -lgdi32 -lcrypt32 +Cflags: -I${includedir} diff --git a/lib-4.9.3/x64/pkgconfig/libssl.pc b/lib-4.9.3/x64/pkgconfig/libssl.pc new file mode 100644 index 0000000..ab5b66c --- /dev/null +++ b/lib-4.9.3/x64/pkgconfig/libssl.pc @@ -0,0 +1,11 @@ +prefix=/mingw64 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: OpenSSL-libssl +Description: Secure Sockets Layer and cryptography libraries +Version: 3.1.1 +Requires.private: libcrypto +Libs: -L${libdir} -lssl +Cflags: -I${includedir} diff --git a/lib-4.9.3/x64/pkgconfig/openssl.pc b/lib-4.9.3/x64/pkgconfig/openssl.pc new file mode 100644 index 0000000..06cf44c --- /dev/null +++ b/lib-4.9.3/x64/pkgconfig/openssl.pc @@ -0,0 +1,9 @@ +prefix=/mingw64 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: OpenSSL +Description: Secure Sockets Layer and cryptography libraries and tools +Version: 3.1.1 +Requires: libssl libcrypto