1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #8330 from KloolK/extern-c

Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled
This commit is contained in:
Bence Szépkúti
2023-10-11 16:19:39 +00:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@ -644,10 +644,10 @@ void mbedtls_asn1_free_named_data_list_shallow(mbedtls_asn1_named_data *name);
/** \} name Functions to parse ASN.1 data structures */
/** \} addtogroup asn1_module */
#endif /* MBEDTLS_ASN1_PARSE_C */
#ifdef __cplusplus
}
#endif
#endif /* MBEDTLS_ASN1_PARSE_C */
#endif /* asn1.h */