From b0dc680f71db4f79c01b41975f869f7346542098 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 3 Dec 2000 10:04:22 +0000 Subject: Fix warnings. --- apps/openssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/openssl.c') 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[]) { -- cgit v1.2.3