Revert "strongswan: fix build issues around PARSE_ERROR"

@tobiasbrunner is asserting that this patch is no longer
necessary with 6.x.

This reverts commit 89fa8033b8.
This commit is contained in:
Philip Prindeville
2025-07-17 22:03:52 -06:00
parent 283702c29f
commit 2efa9c7b36
2 changed files with 1 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=strongswan PKG_NAME:=strongswan
PKG_VERSION:=6.0.2 PKG_VERSION:=6.0.2
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/ PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/

View File

@@ -1,11 +0,0 @@
--- a/src/libstrongswan/plugins/wolfssl/wolfssl_plugin.c
+++ b/src/libstrongswan/plugins/wolfssl/wolfssl_plugin.c
@@ -27,6 +27,8 @@
#include <library.h>
#include <utils/debug.h>
+#define PARSE_ERROR WOLFSSL_PARSE_ERROR
+
#include "wolfssl_plugin.h"
#include "wolfssl_aead.h"
#include "wolfssl_crypter.h"