summaryrefslogtreecommitdiff
path: root/apps/ts.c
diff options
context:
space:
mode:
authornils <nils>2006-02-13 09:43:31 +0000
committernils <nils>2006-02-13 09:43:31 +0000
commit866ae75720534d6a558da34ae126779b129f3778 (patch)
tree0935dc4f244127eb2ee0ba12e7d147d10348d32a /apps/ts.c
parent32150efc8f76dae68eff472114f3a17cafa347b9 (diff)
downloadopenssl-866ae75720534d6a558da34ae126779b129f3778.tar.gz
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 7edd5380e..b8fb50b3b 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)
{