[PATCH] kerberos: Make accept_context() static.

Francois Gouget fgouget at free.fr
Mon Aug 30 10:24:20 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 )
 {
-- 
2.30.2



More information about the wine-devel mailing list