From: Tobias Brunner Date: Mon, 13 Jan 2020 14:48:47 +0000 (+0100) Subject: wolfssl: Undef RSA_PSS_SALT_LEN_DEFAULT as wolfSSL 4.3.0 defines it as enum X-Git-Tag: 5.8.3dr1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846dde91ae713e4835ae1fb4d76613fa97baccea;p=thirdparty%2Fstrongswan.git wolfssl: Undef RSA_PSS_SALT_LEN_DEFAULT as wolfSSL 4.3.0 defines it as enum --- diff --git a/src/libstrongswan/plugins/wolfssl/wolfssl_common.h b/src/libstrongswan/plugins/wolfssl/wolfssl_common.h index c498cb5cdd..ed4099d5a1 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