Change functions to ANSI C.

This commit is contained in:
Ulf Möller
1999-04-19 21:31:43 +00:00
parent 3edd7ed15d
commit 6b691a5c85
491 changed files with 2834 additions and 7415 deletions

View File

@@ -62,7 +62,7 @@
#include "objects.h"
#include "x509.h"
static void function()
static void function(void)
{
}
@@ -80,7 +80,7 @@ static EVP_MD null_md=
sizeof(EVP_MD *),
};
EVP_MD *EVP_md_null()
EVP_MD *EVP_md_null(void)
{
return(&null_md);
}