]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
wolfssl: Don't undef PARSE_ERROR as headers included later might refer to it
authorTobias Brunner <tobias@strongswan.org>
Fri, 4 Oct 2024 09:23:28 +0000 (11:23 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 15 Oct 2024 09:14:35 +0000 (11:14 +0200)
src/libstrongswan/plugins/wolfssl/wolfssl_common.h

index 98a5593aab51651d070f4d657ecb4a38e66adfcf..87e26a3ca269f0fafa351ba2027d88a6ed443cab 100644 (file)
@@ -78,6 +78,4 @@ typedef union {
 } wolfssl_ed_key;
 #endif /* HAVE_ED25519 || HAVE_ED448 */
 
-#undef PARSE_ERROR
-
 #endif /* WOLFSSL_PLUGIN_COMMON_H_ */