Merge pull request #78 from laukik-hase/coap/mbedtls-3.2.1_support

coap: Updated submodule to fix Mbed TLS `v3.2.1`-related errors
This commit is contained in:
Mahavir Jain 2022-08-05 16:44:21 +05:30 committed by GitHub
commit ae3b40d5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: "4.3.0~4"
version: "4.3.1-rc.1"
description: Constrained Application Protocol (CoAP) C Library
url: https://github.com/espressif/idf-extra-components/tree/master/coap
dependencies:

@ -1 +1 @@
Subproject commit 8fbe440f8aaa68d6bfcb25e2ad8e68404a38f0ef
Subproject commit 7f551fcea56b90351b013e672d0c1e632bbec609

View File

@ -47,7 +47,7 @@ struct in6_pktinfo {
#define IPV6_PKTINFO IPV6_CHECKSUM
#define PACKAGE_NAME "libcoap-posix"
#define PACKAGE_VERSION "4.3.0"
#define PACKAGE_VERSION "4.3.1-rc1"
#ifdef CONFIG_MBEDTLS_TLS_ENABLED
#define HAVE_MBEDTLS