添加openssl依赖库文件

This commit is contained in:
flykhan 2023-10-26 19:48:02 +08:00
parent e2dcf2e20c
commit bbc326d8ef
21 changed files with 38 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
libcrypto.so.1.0.0

Binary file not shown.

BIN
cgi-bin/mqtt_libs/libssl.a Normal file

Binary file not shown.

1
cgi-bin/mqtt_libs/libssl.so Symbolic link
View File

@ -0,0 +1 @@
libssl.so.1.0.0

BIN
cgi-bin/mqtt_libs/libssl.so.1.0.0 Executable file

Binary file not shown.

View File

@ -0,0 +1,12 @@
prefix=/opt/mqtt/openssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: 1.0.1e
Requires:
Libs: -L${libdir} -lcrypto
Libs.private: -ldl
Cflags: -I${includedir}

View File

@ -0,0 +1,12 @@
prefix=/opt/mqtt/openssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries
Version: 1.0.1e
Requires:
Libs: -L${libdir} -lssl -lcrypto
Libs.private: -ldl
Cflags: -I${includedir}

View File

@ -0,0 +1,12 @@
prefix=/opt/mqtt/openssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: 1.0.1e
Requires:
Libs: -L${libdir} -lssl -lcrypto
Libs.private: -ldl
Cflags: -I${includedir}