Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
45b82311
Commit
45b82311
authored
Dec 13, 2022
by
Hans Leidekker
Committed by
Alexandre Julliard
Dec 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bcrypt: Add PSS compatibility defines.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=54121
parent
c160fe6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gnutls.c
dlls/bcrypt/gnutls.c
+4
-0
No files found.
dlls/bcrypt/gnutls.c
View file @
45b82311
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment