diff options
author | nils <nils> | 2006-02-13 09:43:31 +0000 |
---|---|---|
committer | nils <nils> | 2006-02-13 09:43:31 +0000 |
commit | 866ae75720534d6a558da34ae126779b129f3778 (patch) | |
tree | 0935dc4f244127eb2ee0ba12e7d147d10348d32a /apps/ts.c | |
parent | 32150efc8f76dae68eff472114f3a17cafa347b9 (diff) | |
download | openssl-866ae75720534d6a558da34ae126779b129f3778.tar.gz |
fix warning: add missing prototype
Diffstat (limited to 'apps/ts.c')
-rw-r--r-- | apps/ts.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |