Update WolfSSL library to the latest version.

This commit is contained in:
Richard Barry 2015-08-28 13:46:22 +00:00
parent 8af1ad9bac
commit 5a6242fbd0
443 changed files with 70230 additions and 45414 deletions

View file

@ -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

View file

@ -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}

View file

@ -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}