bcrypt: Add PSS compatibility defines.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54121
This commit is contained in:
Hans Leidekker 2022-12-13 09:30:20 +01:00 committed by Alexandre Julliard
parent c160fe6fe7
commit 45b823114c

View file

@ -73,6 +73,10 @@ typedef enum
#define GNUTLS_CIPHER_AES_128_CFB8 29
#define GNUTLS_CIPHER_AES_192_CFB8 30
#define GNUTLS_CIPHER_AES_256_CFB8 31
#define GNUTLS_PK_RSA_PSS 6
#define GNUTLS_PRIVKEY_SIGN_FLAG_RSA_PSS (1 << 7)
typedef struct gnutls_x509_spki_st *gnutls_x509_spki_t;
#endif
union key_data