wolfssl: Undef RSA_PSS_SALT_LEN_DEFAULT as wolfSSL 4.3.0 defines it as enum

This commit is contained in:
Tobias Brunner 2020-01-13 15:48:47 +01:00
parent 83c8f887d9
commit 846dde91ae
1 changed files with 4 additions and 0 deletions

View File

@ -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