projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95a0e8a
)
fix warning: add missing prototype
author
Nils Larsch
<nils@openssl.org>
Mon, 13 Feb 2006 09:43:31 +0000
(09:43 +0000)
committer
Nils Larsch
<nils@openssl.org>
Mon, 13 Feb 2006 09:43:31 +0000
(09:43 +0000)
apps/ts.c
patch
|
blob
|
history
diff --git
a/apps/ts.c
b/apps/ts.c
index 7edd5380e392b5034db042f97615fb398f2d2809..b8fb50b3b58d64533219b1e283f256668befe3fb 100644
(file)
--- 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)
{