Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
backward compatibility with R-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 14, 2023
1 parent 86a4fb4 commit bff5e95
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 0 deletions.
Binary file added lib-4.9.3/i386/libcrypto.a
Binary file not shown.
Binary file added lib-4.9.3/i386/libssl.a
Binary file not shown.
13 changes: 13 additions & 0 deletions lib-4.9.3/i386/pkgconfig/libcrypto.pc
Original file line number Diff line number Diff line change
@@ -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}
11 changes: 11 additions & 0 deletions lib-4.9.3/i386/pkgconfig/libssl.pc
Original file line number Diff line number Diff line change
@@ -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}
9 changes: 9 additions & 0 deletions lib-4.9.3/i386/pkgconfig/openssl.pc
Original file line number Diff line number Diff line change
@@ -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
Binary file added lib-4.9.3/x64/libcrypto.a
Binary file not shown.
Binary file added lib-4.9.3/x64/libssl.a
Binary file not shown.
13 changes: 13 additions & 0 deletions lib-4.9.3/x64/pkgconfig/libcrypto.pc
Original file line number Diff line number Diff line change
@@ -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}
11 changes: 11 additions & 0 deletions lib-4.9.3/x64/pkgconfig/libssl.pc
Original file line number Diff line number Diff line change
@@ -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}
9 changes: 9 additions & 0 deletions lib-4.9.3/x64/pkgconfig/openssl.pc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bff5e95

Please sign in to comment.