From fcfd87168aa2e82473bbe6d0c725c284e4fa3bdb Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Mon, 13 Feb 2006 09:43:31 +0000 Subject: fix warning: add missing prototype --- apps/ts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/ts.c') diff --git a/apps/ts.c b/apps/ts.c index 7edd5380e3..b8fb50b3b5 100644 --- a/apps/ts.c +++ b/apps/ts.c @@ -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); /* Main function definition. */ +int MAIN(int, char **); int MAIN(int argc, char **argv) { -- cgit v1.2.3