wolfssl: Don't undef PARSE_ERROR as headers included later might refer to it

This commit is contained in:
Tobias Brunner
2024-10-15 11:14:35 +02:00
parent 8e020bc9e3
commit 60336ceecb
@@ -78,6 +78,4 @@ typedef union {
} wolfssl_ed_key;
#endif /* HAVE_ED25519 || HAVE_ED448 */
#undef PARSE_ERROR
#endif /* WOLFSSL_PLUGIN_COMMON_H_ */