summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2000-12-03 10:04:22 +0000
committerBen Laurie <ben@openssl.org>2000-12-03 10:04:22 +0000
commitb0dc680f71db4f79c01b41975f869f7346542098 (patch)
tree654bb9db77076011944459bea2f2aa3768fe4ead /apps/openssl.c
parentaddb309ad64d1685cd246f65562c5702710c9853 (diff)
Fix warnings.
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index 49d0b2bd1f..b7e50c7374 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -85,8 +85,8 @@ char *default_config_file=NULL;
BIO *bio_err=NULL;
#endif
-static IMPLEMENT_LHASH_HASH_FN(hash,FUNCTION *);
-static IMPLEMENT_LHASH_COMP_FN(cmp,FUNCTION *);
+static IMPLEMENT_LHASH_HASH_FN(hash,FUNCTION *)
+static IMPLEMENT_LHASH_COMP_FN(cmp,FUNCTION *)
int main(int Argc, char *Argv[])
{