summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-02-13 09:43:31 +0000
committerNils Larsch <nils@openssl.org>2006-02-13 09:43:31 +0000
commitfcfd87168aa2e82473bbe6d0c725c284e4fa3bdb (patch)
treea5b276719ffea6a165a1b68e0456a4352b605ace /apps/ts.c
parent95a0e8ab318789b91ed8beb416831b60fe77471c (diff)
fix warning: add missing prototype
Diffstat (limited to 'apps/ts.c')
-rw-r--r--apps/ts.c1
1 files changed, 1 insertions, 0 deletions
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)
{