Commit c9f9f836 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

bcrypt: Make format_gnutls_signature() static.

parent fa468b2f
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment