Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
341fe50c
Commit
341fe50c
authored
Apr 10, 2020
by
Hans Leidekker
Committed by
Alexandre Julliard
Apr 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
secur32: Add application protocol stubs for macOS.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
65c72c93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
schannel_macosx.c
dlls/secur32/schannel_macosx.c
+12
-0
No files found.
dlls/secur32/schannel_macosx.c
View file @
341fe50c
...
...
@@ -1194,6 +1194,18 @@ void schan_imp_free_certificate_credentials(schan_credentials *c)
{
}
void
schan_imp_set_application_protocols
(
schan_imp_session
session
,
unsigned
char
*
buffer
,
unsigned
int
buflen
)
{
FIXME
(
"no support for application protocols on this platform
\n
"
);
}
SECURITY_STATUS
schan_imp_get_application_protocol
(
schan_imp_session
session
,
SecPkgContext_ApplicationProtocol
*
protocol
)
{
FIXME
(
"no support for application protocols on this platform
\n
"
);
return
SEC_E_UNSUPPORTED_FUNCTION
;
}
BOOL
schan_imp_init
(
void
)
{
TRACE
(
"()
\n
"
);
...
...
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