include: fix guard in asn1write.h

Fix the location of the ending braket of "extern C" block in order to
have it balanced between C guards.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2026-02-16 14:03:48 +01:00
parent 48c3b179c5
commit 32649e1e33

View File

@@ -381,10 +381,10 @@ mbedtls_asn1_named_data *mbedtls_asn1_store_named_data(mbedtls_asn1_named_data *
const unsigned char *val,
size_t val_len);
#endif /* MBEDTLS_ASN1_WRITE_C */
#ifdef __cplusplus
}
#endif
#endif /* MBEDTLS_ASN1_WRITE_C */
#endif /* MBEDTLS_ASN1_WRITE_H */