From: Tobias Brunner Date: Fri, 4 Oct 2024 09:23:28 +0000 (+0200) Subject: wolfssl: Don't undef PARSE_ERROR as headers included later might refer to it X-Git-Tag: 6.0.0rc1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60336ceecbd1cda73aa26dd44cfdaf2e31a046e1;p=thirdparty%2Fstrongswan.git wolfssl: Don't undef PARSE_ERROR as headers included later might refer to it --- diff --git a/src/libstrongswan/plugins/wolfssl/wolfssl_common.h b/src/libstrongswan/plugins/wolfssl/wolfssl_common.h index 98a5593aab..87e26a3ca2 100644 --- a/src/libstrongswan/plugins/wolfssl/wolfssl_common.h +++ b/src/libstrongswan/plugins/wolfssl/wolfssl_common.h @@ -78,6 +78,4 @@ typedef union { } wolfssl_ed_key; #endif /* HAVE_ED25519 || HAVE_ED448 */ -#undef PARSE_ERROR - #endif /* WOLFSSL_PLUGIN_COMMON_H_ */