Skip to content

Commit b60cc8b

Browse files
committed
Revert "Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled"
This reverts commit cd0b997.
1 parent 6ec4abd commit b60cc8b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ChangeLog.d/fix-cpp-compilation-error.txt

-3
This file was deleted.

include/mbedtls/asn1.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,10 @@ void mbedtls_asn1_free_named_data_list_shallow(mbedtls_asn1_named_data *name);
632632
/** \} name Functions to parse ASN.1 data structures */
633633
/** \} addtogroup asn1_module */
634634

635-
#endif /* MBEDTLS_ASN1_PARSE_C */
636-
637635
#ifdef __cplusplus
638636
}
639637
#endif
640638

639+
#endif /* MBEDTLS_ASN1_PARSE_C */
640+
641641
#endif /* asn1.h */

0 commit comments

Comments
 (0)