mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Update WolfSSL library to the latest version.
This commit is contained in:
parent
8af1ad9bac
commit
5a6242fbd0
443 changed files with 70230 additions and 45414 deletions
|
@ -2,9 +2,9 @@
|
|||
# All paths should be given relative to the root
|
||||
#
|
||||
|
||||
EXTRA_DIST += support/cyassl.pc
|
||||
EXTRA_DIST += support/wolfssl.pc
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = support/cyassl.pc
|
||||
pkgconfig_DATA = support/wolfssl.pc
|
||||
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ exec_prefix=${prefix}
|
|||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: cyassl
|
||||
Description: cyassl C library.
|
||||
Version: 3.1.0
|
||||
Libs: -L${libdir} -lcyassl
|
||||
Name: wolfssl
|
||||
Description: wolfssl C library.
|
||||
Version: 3.6.0
|
||||
Libs: -L${libdir} -lwolfssl
|
||||
Cflags: -I${includedir}
|
|
@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: cyassl
|
||||
Description: cyassl C library.
|
||||
Name: wolfssl
|
||||
Description: wolfssl C library.
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lcyassl
|
||||
Libs: -L${libdir} -lwolfssl
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue