sniffer owns data buffer now, user free(s) after use

This commit is contained in:
toddouska
2015-10-23 14:12:45 -07:00
parent c90d0d9607
commit 880ec8cb09
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
# #
# #
AC_INIT([wolfssl],[3.6.9b],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_INIT([wolfssl],[3.6.9c],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@@ -5,6 +5,6 @@ includedir=${prefix}/include
Name: wolfssl Name: wolfssl
Description: wolfssl C library. Description: wolfssl C library.
Version: 3.6.9b Version: 3.6.9c
Libs: -L${libdir} -lwolfssl Libs: -L${libdir} -lwolfssl
Cflags: -I${includedir} Cflags: -I${includedir}

View File

@@ -26,7 +26,7 @@
extern "C" { extern "C" {
#endif #endif
#define LIBWOLFSSL_VERSION_STRING "3.6.9b" #define LIBWOLFSSL_VERSION_STRING "3.6.9c"
#define LIBWOLFSSL_VERSION_HEX 0x03006009 #define LIBWOLFSSL_VERSION_HEX 0x03006009
#ifdef __cplusplus #ifdef __cplusplus