diff --git a/src/libstrongswan/plugins/wolfssl/wolfssl_common.h b/src/libstrongswan/plugins/wolfssl/wolfssl_common.h index c498cb5cd..ed4099d5a 100644 --- a/src/libstrongswan/plugins/wolfssl/wolfssl_common.h +++ b/src/libstrongswan/plugins/wolfssl/wolfssl_common.h @@ -38,6 +38,10 @@ #undef DES_BLOCK_SIZE #endif +#ifdef RSA_PSS_SALT_LEN_DEFAULT +#undef RSA_PSS_SALT_LEN_DEFAULT +#endif + /* PARSE_ERROR is an enum entry in wolfSSL - not used in this plugin */ #define PARSE_ERROR WOLFSSL_PARSE_ERROR