fix warning: add missing prototype

This commit is contained in:
Nils Larsch 2006-02-13 09:43:31 +00:00
parent 95a0e8ab31
commit fcfd87168a

View File

@ -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)
{ {