Skip to content
Snippets Groups Projects
Commit c9f9f836 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

bcrypt: Make format_gnutls_signature() static.

parent fa468b2f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment