Francois Gouget : kerberos: Make accept_context() static.

Alexandre Julliard julliard at winehq.org
Mon Aug 30 15:53:53 CDT 2021


Module: wine
Branch: master
Commit: efe44b5702bb2dbc7ea56e8d50037f7e1d76a2f7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=efe44b5702bb2dbc7ea56e8d50037f7e1d76a2f7

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Aug 30 17:24:20 2021 +0200

kerberos: Make accept_context() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kerberos/unixlib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kerberos/unixlib.c b/dlls/kerberos/unixlib.c
index 6f53609e2ed..cceb99b2b36 100644
--- a/dlls/kerberos/unixlib.c
+++ b/dlls/kerberos/unixlib.c
@@ -493,7 +493,7 @@ static ULONG flags_gss_to_asc_ret( ULONG flags )
     return ret;
 }
 
-NTSTATUS CDECL accept_context( LSA_SEC_HANDLE credential, LSA_SEC_HANDLE context, SecBufferDesc *input,
+static NTSTATUS CDECL accept_context( LSA_SEC_HANDLE credential, LSA_SEC_HANDLE context, SecBufferDesc *input,
                                LSA_SEC_HANDLE *new_context, SecBufferDesc *output, ULONG *context_attr,
                                TimeStamp *expiry )
 {




More information about the wine-cvs mailing list