[PATCH] bcrypt: Make format_gnutls_signature() static.

Francois Gouget fgouget at free.fr
Mon Feb 3 05:15:53 CST 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 868f898bbbb..1d78b9f4d1f 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)
     {
-- 
2.20.1



More information about the wine-devel mailing list