Francois Gouget : bcrypt: Make format_gnutls_signature() static.

Alexandre Julliard julliard at winehq.org
Mon Feb 3 15:06:06 CST 2020


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Feb  3 12:15:53 2020 +0100

bcrypt: Make format_gnutls_signature() static.

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

---

 dlls/bcrypt/gnutls.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/bcrypt/gnutls.c b/dlls/bcrypt/gnutls.c
index 868f898bbb..1d78b9f4d1 100644
--- a/dlls/bcrypt/gnutls.c
+++ b/dlls/bcrypt/gnutls.c
@@ -1141,8 +1141,8 @@ static unsigned int get_signature_length( enum alg_id id )
     }
 }
 
-NTSTATUS format_gnutls_signature( enum alg_id type, gnutls_datum_t signature, UCHAR *output,
-                                  ULONG output_len, ULONG *ret_len )
+static NTSTATUS format_gnutls_signature( enum alg_id type, gnutls_datum_t signature,
+                                         UCHAR *output, ULONG output_len, ULONG *ret_len )
 {
     switch (type)
     {




More information about the wine-cvs mailing list