fix warning: add missing prototype
This commit is contained in:
parent
95a0e8ab31
commit
fcfd87168a
@ -118,6 +118,7 @@ static X509_STORE *create_cert_store(char *ca_path, char *ca_file);
|
|||||||
static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx);
|
static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx);
|
||||||
|
|
||||||
/* Main function definition. */
|
/* Main function definition. */
|
||||||
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user