mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
This commit is contained in:
parent
fdc0f0e781
commit
86a966256b
64 changed files with 1570 additions and 338 deletions
|
|
@ -342,7 +342,7 @@ static void SHA1ProcessMessageBlock(SHA1_CONTEXT *context)
|
|||
|
||||
*/
|
||||
|
||||
void SHA1PadMessage(SHA1_CONTEXT *context)
|
||||
static void SHA1PadMessage(SHA1_CONTEXT *context)
|
||||
{
|
||||
/*
|
||||
Check to see if the current message block is too small to hold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue